mirror of
https://github.com/ioacademy-jikim/debugging
synced 2026-08-20 12:53:03 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// foo.h
|
||||
|
||||
#define FOO 100
|
||||
|
||||
void foo();
|
||||
@@ -0,0 +1,5 @@
|
||||
// goo.h
|
||||
|
||||
#define GOO 200
|
||||
|
||||
void goo();
|
||||
Reference in New Issue
Block a user