Skip to content
Snippets Groups Projects
Commit d24b6a80 authored by LEESANGKYEONG's avatar LEESANGKYEONG
Browse files

Merge branch 'master' of https://git.ajou.ac.kr/LEE/battle_c

parents fa0338c1 7eb18809
No related branches found
No related tags found
No related merge requests found
...@@ -21,3 +21,4 @@ ...@@ -21,3 +21,4 @@
- #ifdef, #else, #endif - #ifdef, #else, #endif
-- func.c에서 int func_name_or_id() 구현 (no using #define PRINT_ID) -- func.c에서 int func_name_or_id() 구현 (no using #define PRINT_ID)
-- difference between gcc -DPRINT_ID main.c func.c and gcc main.c func.c -- difference between gcc -DPRINT_ID main.c func.c and gcc main.c func.c
-- gcc -DPRINT_ID는 PRINT_ID가 정의된 상태로 컴파일 되므로 #ifdef 실행
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment