NAME


libgen.h - definitions for pattern matching functions


SYNOPOSIS


#include <libgen.h>


DESCRIPTION


The following shall be declared as functions and may also be defined as macros.Functions prototypes shall be provided.


    char *basename(char *);

    char *dirname(char *);


The following sections are informative.


APPLICTION USAGE


None.


RATIONALE


None.


FUTURE DIRECTIONS


None.


SEE ALSO


The System Interfaces volume of IEEE Std 1003.1-2001, basename(), dirname()