Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
ex_common.c File Reference
#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)
 

Function Documentation

◆ inlined_func()

void inlined_func ( void  )
Examples
ex_common.c, and ex_file.c.

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:

◆ main()

◆ process_args()

void process_args ( int  argc,
char **  argv 
)
Examples
ex_common.c, ex_file.c, ex_git.c, ex_network.c, ex_network_ssl.c, ex_network_ssl_hardened.c, ex_stack.c, ex_threads.c, and ex_trees.c.

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:

◆ usage()

void usage ( void  )

Definition at line 40 of file ex_common.c.