Hi, All
this is written in most of header files but i dont know its mean.The statements of file prototyp.h are
the upper bold words are. what is its purpose and where it is used
i have used #ifndef but in simple to check if any thing is not defined then run following code, but here with file name is new to me.
Thanks.
this is written in most of header files but i dont know its mean.The statements of file prototyp.h are
Code:
[B]#ifndef PROTOTYP_H #define PROTOTYP_H[/B] ArrayAdd(LPARRAY,LPARRAY); ArraySubtract(LPARRAY,LPARRAY); #endif
i have used #ifndef but in simple to check if any thing is not defined then run following code, but here with file name is new to me.
Thanks.
Comment