(git:b5558c7)
Loading...
Searching...
No Matches
cp_data_dir.c File Reference
#include <stdlib.h>

Go to the source code of this file.

Functions

const char * get_data_dir ()
 Returns path of data directory if set, otherwise an empty string.
 

Variables

static const char * data_dir = __DATA_DIR
 

Function Documentation

◆ get_data_dir()

const char * get_data_dir ( )

Returns path of data directory if set, otherwise an empty string.

Author
Ole Schuett

Definition at line 18 of file cp_data_dir.c.

Here is the caller graph for this function:

Variable Documentation

◆ data_dir

const char* data_dir = __DATA_DIR
static

Definition at line 12 of file cp_data_dir.c.