F4MP/f4mp_originalcode/thirdparty/zpl/code/apps/examples/build-test-nomath.c

8 lines
96 B
C
Raw Normal View History

#define ZPL_IMPLEMENTATION
#define ZPL_NO_MATH_H
#include <zpl.h>
int main() {
return 0;
}