Go to the documentation of this file.
47 #define AUTOSTART_PROCESSES(...) \
48 struct process * const autostart_processes[] = {__VA_ARGS__, NULL}
50 #define AUTOSTART_PROCESSES(...) \
54 #error "C compiler must support __VA_ARGS__ macro"
57 CLIF extern struct process *
const autostart_processes[];
59 void autostart_start(
struct process *
const processes[]);
60 void autostart_exit(
struct process *
const processes[]);