bootstrap/specs/clang/template/include/hello.h

7 lines
77 B
C

#ifndef _HELLO_H
#define _HELLO_H
int hello_world();
#endif /* _HELLO_H */