doc
c_lib.h File Reference
#include <stdlib.h>
#include <string.h>
#include "c_macro.h"
#include "c_alloc.h"
#include "c_dir.h"
#include "c_file.h"
#include "c_list.h"
#include "c_path.h"
#include "c_rbtree.h"
#include "c_string.h"
#include "c_time.h"
#include "c_private.h"

Go to the source code of this file.

Macros

#define basename(x)
 
#define calloc(x, y)
 
#define dirname(x)
 
#define malloc(x)
 
#define realloc(x, y)
 
#define strdup(x)
 

Macro Definition Documentation

◆ basename

#define basename ( x)
Value:
DO_NOT_CALL_MALLOC__USE_C_BASENAME_INSTEAD

Definition at line 58 of file c_lib.h.

◆ calloc

#define calloc ( x,
y )
Value:
DO_NOT_CALL_CALLOC__USE_C_CALLOC_INSTEAD

Definition at line 43 of file c_lib.h.

◆ dirname

#define dirname ( x)
Value:
DO_NOT_CALL_MALLOC__USE_C_DIRNAME_INSTEAD

Definition at line 53 of file c_lib.h.

◆ malloc

#define malloc ( x)
Value:
DO_NOT_CALL_MALLOC__USE_C_MALLOC_INSTEAD

Definition at line 38 of file c_lib.h.

◆ realloc

#define realloc ( x,
y )
Value:
DO_NOT_CALL_REALLOC__USE_C_REALLOC_INSTEAD

Definition at line 48 of file c_lib.h.

◆ strdup

#define strdup ( x)
Value:
DO_NOT_CALL_STRDUP__USE_C_STRDUP_INSTEAD

Definition at line 63 of file c_lib.h.