test-repo/foo.h
2025-10-21 15:12:22 +02:00

7 lines
53 B
C

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