10 lines
70 B
C
10 lines
70 B
C
|
#ifndef bar_h
|
||
|
#define bar_h
|
||
|
|
||
|
static int bar()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
#endif
|