libgen.h
Overview
Related Modules:
Description:
Provides functions related to file management, for example, obtaining directory and file names.
Since:
1.0
Version:
1.0
Summary
Functions
| Function Name | Description |
|---|---|
| dirname (char path) | char Obtains a directory name in a specified path. |
| basename (char path) | char Obtains a file name (excluding the directory) in a specified path. |
