![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
#include <stdio.h>#include <errno.h>#include <string.h>#include <sys/types.h>#include "nilorea/n_common.h"#include "nilorea/n_log.h"#include "nilorea/n_str.h"#include <sys/wait.h>
Include dependency graph for ex_common.c:Go to the source code of this file.
Functions | |
| void | inlined_func (void) |
| int | main (int argc, char **argv) |
| void | process_args (int argc, char **argv) |
| void | usage (void) |
| void inlined_func | ( | void | ) |
Definition at line 98 of file ex_common.c.
References LOG_DEBUG, and n_log.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 102 of file ex_common.c.
References __n_assert, _nstr, _nstrp, _str, Alloca, char_to_nstr(), checkerror, endif, file_exist(), Free, free_nstr, FreeNoLog, get_computer_name(), get_error, get_prog_dir(), get_prog_name(), iffalse, ifnull, iftrue, ifzero, init_error_check, inlined_func(), LOG_DEBUG, log_environment(), LOG_ERR, LOG_INFO, Malloc, n_get_file_extension(), N_HIDE_STR(), n_log, n_popen(), next_even, next_odd, process_args(), Realloc, Reallocz, sigchld_handler_installer(), and system_nb().
Here is the call graph for this function:| void process_args | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 47 of file ex_common.c.
References getoptret, LOG_DEBUG, LOG_ERR, LOG_INFO, log_level, LOG_NOTICE, LOG_NULL, set_log_level(), and usage().
Referenced by main(), and main().
Here is the call graph for this function:
Here is the caller graph for this function:| void usage | ( | void | ) |
Definition at line 40 of file ex_common.c.