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