![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
#include <stdio.h>#include <errno.h>#include <string.h>#include <sys/types.h>#include "nilorea/n_files.h"#include "nilorea/n_log.h"#include "nilorea/n_str.h"#include <sys/wait.h>
Include dependency graph for ex_file.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 | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 102 of file ex_file.c.
References __n_assert, _nstr, _nstrp, _str, Alloca, char_to_nstr(), checkerror, endif, file_exist(), N_FILE_INFO::filetime, Free, free_nstr, FreeNoLog, get_error, get_prog_dir(), get_prog_name(), iffalse, ifnull, iftrue, ifzero, init_error_check, inlined_func(), list_destroy(), list_foreach, LOG_DEBUG, LOG_ERR, LOG_INFO, Malloc, n_abort(), n_daemonize(), N_HIDE_STR(), n_log, n_popen(), n_scan_dir(), N_FILE_INFO::name, LIST::nb_items, new_generic_list(), next_even, next_odd, process_args(), Realloc, Reallocz, and system_nb().
Here is the call graph for this function:| void process_args | ( | int | argc, |
| char ** | argv | ||
| ) |