Implementation of module for automatically starting and exiting a list of processes.
#include "sys/autostart.h"
Macros | |
#define | _DEBUG_ 0 |
#define | PRINTF(...) |
Functions | |
void | autostart_exit (struct process *const processes[]) |
void | autostart_start (struct process *const processes[]) |
#define _DEBUG_ 0 |
#define PRINTF | ( | ... | ) |
Referenced by autostart_exit(), and autostart_start().
void autostart_exit | ( | struct process *const | processes[] | ) |
References i, NULL, PRINTF, and process_exit().