test_image_write.c 154 B

1234567
  1. #ifdef __clang__
  2. #define STBIWDEF static inline
  3. #endif
  4. #define STB_IMAGE_WRITE_IMPLEMENTATION
  5. #define STB_IMAGE_WRITE_STATIC
  6. #include "stb_image_write.h"