initial code + Makefile
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user