#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "popt.h"
Include dependency graph for system.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | xstrdup(_str) strdup(_str) |
Functions | |
char * | xstrdup (const char *str) |
#define xstrdup | ( | _str | ) | strdup(_str) |
Definition at line 52 of file system.h.
Referenced by POPT_findProgramPath(), and poptSetExecPath().
char* xstrdup | ( | const char * | str | ) |