This commit is contained in:
2025-08-23 14:23:05 +02:00
parent 898f05c3bf
commit d03f50dfb4
6 changed files with 12 additions and 4 deletions

6
include/library.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef TSTD_LIBRARY_H
#define TSTD_LIBRARY_H
void hello(void);
#endif // TSTD_LIBRARY_H