9 lines
115 B
C
9 lines
115 B
C
// vim:fileencoding=utf-8:foldmethod=marker
|
|
|
|
#ifndef API_H
|
|
#define API_H
|
|
|
|
void prSayHello(void);
|
|
|
|
#endif // !API_H
|