gwenhywfar  5.10.1
Macros | Functions
xmlmerge/main.c File Reference
#include "args.h"
#include <gwenhywfar/gwenhywfar.h>
#include <gwenhywfar/debug.h>
#include <gwenhywfar/logger.h>
#include <gwenhywfar/xml.h>
#include <gwenhywfar/syncio_file.h>
#include <stdlib.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
Include dependency graph for xmlmerge/main.c:

Go to the source code of this file.

Macros

#define I18N(m)   m
 
#define I18S(m)   m
 

Functions

int addDefinitions (GWEN_XMLNODE *top, GWEN_XMLNODE *node)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ I18N

#define I18N (   m)    m

Definition at line 24 of file xmlmerge/main.c.

◆ I18S

#define I18S (   m)    m

Definition at line 25 of file xmlmerge/main.c.

Function Documentation

◆ addDefinitions()

int addDefinitions ( GWEN_XMLNODE top,
GWEN_XMLNODE node 
)

Definition at line 46 of file xmlmerge/main.c.

References DBG_DEBUG, GWEN_XMLNode_AddChild(), GWEN_XMLNode_dup(), GWEN_XMLNode_FindNode(), GWEN_XMLNode_GetChild(), GWEN_XMLNode_GetData(), GWEN_XMLNode_GetType(), GWEN_XMLNode_Next(), and GWEN_XMLNodeTypeTag.

Referenced by main().

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

◆ main()

int main ( int  argc,
char **  argv 
)