How #include statements work in C?
Posted: Mon Jun 28, 2004 10:04 am
How #include statements work in C under the hood??
When I include some file in header, It show different result from including in source file..
I mean When I include some file in header, It shows error..
but include in source file, no error..
How it works?
Is it different from ASM Macro?
ASM Macro changed the content of source before assembling, I know..
When I include some file in header, It show different result from including in source file..
I mean When I include some file in header, It shows error..
but include in source file, no error..
How it works?
Is it different from ASM Macro?
ASM Macro changed the content of source before assembling, I know..