2012-02-18 12:40:36 +02:00

7 lines
48 B
C

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