test-repo/foo.h
2025-10-21 17:24:39 +02:00

8 lines
112 B
C

#ifndef FOO_H
#define FOO_H
// Some function just for the sake of an existing function
void foo(void);
#endif