T-Box Basic dev
Loading...
Searching...
No Matches
sys_daemon.h
Go to the documentation of this file.
1
10#ifndef SYS_DAEMON_H
11#define SYS_DAEMON_H
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17
18#include <stdint.h>
19
20int tbox_sysd_main(int argc, char* argv[]);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* SYS_DAEMON_H */