serene-golang-implementation/bootstrap/examples/ffi/foo/foo.h

7 lines
76 B
C

#ifndef foo_h__
#define foo_h__
extern void baz(void);
#endif // foo_h__