gwenhywfar  4.6.0beta
Macros | Functions
path.c File Reference
#include "path.h"
#include "gwenhywfar/debug.h"
#include "gwenhywfar/misc.h"
#include "gwenhywfar/text.h"
#include <ctype.h>

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG

Functions

void * GWEN_Path_AppendPathElement (const char *entry, void *data, unsigned int flags)
int GWEN_Path_Convert (const char *path, GWEN_BUFFER *buffer, uint32_t flags)
void * GWEN_Path_Handle (const char *path, void *data, uint32_t flags, GWEN_PATHHANDLERPTR elementFunction)
void * GWEN_Path_HandleWithIdx (const char *path, void *data, uint32_t flags, GWEN_PATHIDXHANDLERPTR elementFunction)

Macro Definition Documentation

#define DISABLE_DEBUGLOG

Definition at line 29 of file path.c.

Function Documentation

void* GWEN_Path_AppendPathElement ( const char *  entry,
void *  data,
unsigned int  flags 
)