10 lines
74 B
C
Raw Normal View History

2020-02-01 23:06:01 +01:00
#ifndef bar_h
#define bar_h
2024-04-14 22:45:38 +02:00
static int bar(void)
2020-02-01 23:06:01 +01:00
{
return 0;
}
#endif