#include <string.h>
#include <strings.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "eg_macros.h"
Include dependency graph for eg_io.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | EGnullDisplay ((EGdisplay_f)0) |
Typedefs | |
| typedef void(* | EGdisplay_f )(void *, FILE *) |
| typedef void(* | EGdisplayOS_f )(void *, FILE *, size_t *) |
Functions | |
| void | EGdisplayString (void *str, FILE *file) |
| display function for strings | |
| void | EGioDisCom (char **next, char **current, const char *delim, const char *coment, char *store, unsigned int storeSize, FILE *in) |
| void | EGioNParse (char *input, int max_argc, const char *delim, const char *comment, int *argc, char **argv) |
| void | EGioParse (char **next, char **current, const char *delim, const char *coment) |
| void | EGmvar (char *str, int nind, const char *header,...) |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
display function for strings
|
|
||||||||||||||||||||||||||||||||
|
Definition at line 173 of file eg_io.c. Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||||||
|
Definition at line 57 of file eg_io.c. Here is the call graph for this function: ![]() |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.4.5