10 lines
95 B
C
10 lines
95 B
C
|
#ifndef INCLUDE_GUARDS_H
|
||
|
#define INCLUDE_GUARDS_H
|
||
|
|
||
|
int includeGuards()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
#endif
|