|
NAMEcxGetBaseName - Returns the base filename for the specified path.SYNOPSIS#include <comprex.h>char *cxGetBaseName(const char *path); PARAMETERS
DESCRIPTIONReturns the base filename for the specified path.The base filename is the part not containing path information. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |