cxGetBaseName(3) The GNUpdate Project cxGetBaseName(3)NAMEcxGetBaseName - Returns the base filename for the specified path.
SYNOPSIS
#include <comprex.h>
char *cxGetBaseName(const char *path);
PARAMETERS
path The path.
DESCRIPTION
Returns the base filename for the specified path.
The base filename is the part not containing path information.
RETURNS
Nothing.
libcomprex 05 Mar 2003 cxGetBaseName(3)