This commit is contained in:
2025-08-23 12:59:05 +02:00
commit c2885322fa
7 changed files with 309 additions and 0 deletions

6
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