2025-11-03 17:21:50 +01:00

7 lines
53 B
C

#ifndef BAR_H
#define BAR_H
void bar(void);
#endif