copapy/stencils/test.c

9 lines
138 B
C
Raw Permalink Normal View History

2025-10-30 21:22:43 +00:00
#include "aux_functions.c"
int main() {
// Test aux functions
float a = 16.0f;
float g42 = aux_get_42(0.0f);
return 0;
}