resample_test_c.c 181 B

12345678
  1. #define STB_IMAGE_RESIZE_IMPLEMENTATION
  2. #define STB_IMAGE_RESIZE_STATIC
  3. #include "stb_image_resize.h"
  4. // Just to make sure it will build properly with a c compiler
  5. int main() {
  6. }