cxchar * cx_path_alloc(const char *path)
Allocate a buffer suitable for storing a relative pathname staring at a given directory.
Definition: cxfileutils.c:122
cxlong cx_path_max(const cxchar *path)
Get the maximum length of a path relative to the given directory.
Definition: cxfileutils.c:83
cxptr cx_calloc(cxsize natoms, cxsize nbytes)
Allocate memory for natoms elements of size size.
Definition: cxmemory.c:380