2025-11-03 17:09:48 +01:00

7 lines
53 B
C

#ifndef FOO_H
#define FOO_H
void foo(void);
#endif