initial code + Makefile

This commit is contained in:
2025-10-08 19:17:18 +02:00
parent 4066f3488b
commit 079921091f
4 changed files with 93 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef STK_H
#define STK_H
#include "stk_version.h"
int stk_init(void);
int stk_shutdown(void);
#endif /* STK_H */