]> Pileus Git - ~andy/sfvlug/blob - c/src/util.h
Add C notes.
[~andy/sfvlug] / c / src / util.h
1 #ifndef UTIL_H
2 #define UTIL_H
3
4 void hello(char *name);
5
6 #endif /* UTIL_H */