hello-algo/codes/c/chapter_array_and_linkedlist
Yudong Jin f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler (#949)
* 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
2023-11-17 00:29:54 +08:00
..
array.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
CMakeLists.txt fix(codes/c): Fix compilation error of list.c caused by renaming. 2023-01-16 16:16:38 +08:00
linked_list.c Bug fixes to C code. 2023-11-01 05:14:22 +08:00
my_list.c Bug fixes to C code. 2023-11-01 05:14:22 +08:00