Files
stk/include/stk.h
T
2025-10-21 00:10:20 +02:00

18 lines
188 B
C

#ifndef STK_H
#define STK_H
#include "stk_version.h"
#ifdef __cplusplus
extern "C" {
#endif
int stk_init(void);
int stk_shutdown(void);
#ifdef __cplusplus
}
#endif
#endif /* STK_H */