Changed compiler flags
This commit is contained in:
2
test.c
2
test.c
@ -14,7 +14,6 @@ void output(void *i, size_t, struct KekeArray *) {
|
||||
printf("%d, ", *(int *)i);
|
||||
}
|
||||
|
||||
|
||||
int main(void) {
|
||||
struct KekeArray *array = keke_array_alloc(ARRAY_LEN, sizeof(int));
|
||||
|
||||
@ -77,7 +76,6 @@ int main(void) {
|
||||
keke_array_foreach(array, output);
|
||||
puts("\n");
|
||||
|
||||
|
||||
keke_array_free(array);
|
||||
keke_array_free(array2);
|
||||
puts("\n");
|
||||
|
||||
Reference in New Issue
Block a user