
Go to the source code of this file.
Defines | |
| #define | ABS(a) (((a) < 0) ? -(a) : (a)) |
| #define | LENGTH_OF(x) (sizeof(x)/sizeof(x[0])) |
Functions | |
| void | daemon_mode (void) |
| static void | reset_getopt (void) |
| void daemon_mode | ( | void | ) |
| static void reset_getopt | ( | void | ) | [inline, static] |