1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "../test.h" size_t gendata_cocsep(void *); int main(void) { uint32_t buf[300000]; size_t result; result = gendata_cocsep(buf); printf("%zu\n", result); return 0; }
Generated with cgit - Back to sebastiano.tronto.net