Nilorea Library
C utilities for networking, threading, graphics
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

 __attribute__ ((always_inline))
 
int main (int argc, char **argv)
 
void process_args (int argc, char **argv)
 
void usage (void)
 

Function Documentation

◆ __attribute__()

__attribute__ ( (always_inline)  )

Definition at line 113 of file ex_common.c.

References LOG_DEBUG, and n_log.

◆ main()

◆ process_args()

void process_args ( int  argc,
char **  argv 
)
Examples
ex_common.c.

Definition at line 27 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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ usage()

void usage ( void  )
Examples
ex_common.c, and ex_crypto.c.

Definition at line 20 of file ex_common.c.

Referenced by main(), and process_args().

+ Here is the caller graph for this function: