mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 10:33:34 +08:00
feat(codes/c): add C include/ codes and modify exist C codes
This commit is contained in:
4
codes/c/include/CMakeLists.txt
Normal file
4
codes/c/include/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_executable(include
|
||||
include_test.c
|
||||
include.h print_util.h
|
||||
list_node.h tree_node.h)
|
||||
Reference in New Issue
Block a user