Home
last modified time | relevance | path

Searched refs:big (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dtst-qsort.c5 struct big { char c[4 * 1024]; }; argument
7 struct big *array;
8 struct big *array_end;
15 struct big const *a = a1; in compare()
16 struct big const *b = b1; in compare()
34 array = (struct big *) malloc (array_members * sizeof *array); in main()

Completed in 4 milliseconds