Files
tstd/include/library.h
2025-08-23 14:23:05 +02:00

6 lines
90 B
C

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