File: resample_test_c.c

package info (click to toggle)
libstb 0.0~git20180212.15.e6afb9c-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,440 kB
  • sloc: ansic: 65,656; cpp: 1,020; makefile: 54
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#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() {
}