Untitled
Anonymous
plain_text
02/17/2024 4:59 AM
452 B
22
Indexable
./delme.c:7:10: error: expected ';' after top level declarator
7 | int func_##lett()
| ^
| ;
./delme.c:15:3: error: call to undeclared function 'func_n'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
15 | func_n();
| ^
2 errors generated.Editor is loading...
Leave a Comment