mirror of
https://github.com/Tilo-K/tstd.git
synced 2026-01-11 07:11:00 +00:00
6 lines
90 B
C
6 lines
90 B
C
#ifndef TSTD_LIBRARY_H
|
|
#define TSTD_LIBRARY_H
|
|
|
|
void hello(void);
|
|
|
|
#endif // TSTD_LIBRARY_H
|