Files
tstd/library.h
2025-08-23 12:59:05 +02:00

6 lines
90 B
C

#ifndef TSTD_LIBRARY_H
#define TSTD_LIBRARY_H
void hello(void);
#endif // TSTD_LIBRARY_H