Files
taskwarrior-2.x/cmake/CMakeRust/hello_world/test_lib.h
Dathan Bennett 7492fc48bb Vendor CMakeRust
2023-04-27 19:18:10 -04:00

6 lines
71 B
C

#ifndef TEST_LIB
#define TEST_LIB
void hello();
#endif /* TEST_LIB */