test_image.c 135 B

1234567
  1. #ifdef __clang__
  2. #define STBIDEF static inline
  3. #endif
  4. #define STB_IMAGE_STATIC
  5. #define STB_IMAGE_IMPLEMENTATION
  6. #include "stb_image.h"