git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-support/gbcompress/zx0/libdivsufsort/divsufsort_config.h

      1 #define HAVE_STRING_H 1
      2 #define HAVE_STDLIB_H 1
      3 #define HAVE_MEMORY_H 1
      4 #define HAVE_STDINT_H 1
      5 #define INLINE inline
      6 
      7 #ifdef _MSC_VER
      8 #pragma warning( disable : 4244 )
      9 #endif /* _MSC_VER */

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.