* Replace VLA with malloc Replace VLA with malloc to make C code compatible with cl compiler on Windows. * Fix C code for CI compiler. * Fix C code compability to CI. * check the trigger |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| array_deque.c | ||
| array_queue.c | ||
| array_stack.c | ||
| linkedlist_deque.c | ||
| linkedlist_queue.c | ||
| linkedlist_stack.c | ||