aboutsummaryrefslogtreecommitdiff
path: root/test/100_gendata_cocsep/gendata_cocsep_tests.c
blob: 19dfa9fcbd2eae344405910f65ffd7dcc4a12626 (plain)
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