Sign in
flutter
/
third_party
/
stb
/
40adb995abeea13612ad73bda031c90e3c0cf821
/
.
/
tests
/
resample_test_c.c
blob: e7e353100aadc9aff77caf642af332ab29653584 [
file
] [
log
] [
blame
]
#define
STB_IMAGE_RESIZE_IMPLEMENTATION
#define
STB_IMAGE_RESIZE_STATIC
#include
"stb_image_resize.h"
// Just to make sure it will build properly with a c compiler
int
main
()
{
}