Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
ex_stack.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 "nilorea/n_stack.h"
+ Include dependency graph for ex_stack.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

◆ process_args()

void process_args ( int  argc,
char **  argv 
)

Definition at line 44 of file ex_stack.c.

References getoptret, LOG_DEBUG, LOG_ERR, LOG_INFO, log_level, LOG_NOTICE, LOG_NULL, set_log_level(), and usage().

+ Here is the call graph for this function:

◆ usage()

void usage ( void  )

Definition at line 37 of file ex_stack.c.