picofuse
include
picofuse
sys
init.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
15
void
sys_init
(
void
);
16
20
void
sys_exit
(
void
);
21
22
#ifdef __cplusplus
23
}
24
#endif
sys_exit
void sys_exit(void)
Cleans up the system on shutdown.
sys_init
void sys_init(void)
Initializes the system on startup.