Open System Services Library Calls Reference Manual (G06.28+, H06.05+)

OSS Library Calls (n - r) remove(3)
NAME
|
remove - Removes a le |
LIBRARY |
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL |
G-series native OSS processes: /G/system/sysnn/zcrtlsrl |
H-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL |
H-series OSS processes: /G/system/zdllnnn/zcrtldll |
DESCRIPTION
|
The C run-time library supports two variants of the remove() function: remove_oss( ) and |
remove_guardian(). These variants support the unique le naming conventions and structures |
of the OSS and Guardian le systems, respectively. |
The header le maps calls to remove() to the variant that matches the compiled target environ- |
ment. The target environment is set with the systype pragma. |
Explicit calls to the remove_oss() and remove_guardian() variants in source code are only |
made when the behavior of one environment is desired from the other environment. |
For a description of the remove() OSS function, refer to the remove_oss(3) reference page. For |
a description of the remove() Guardian function, refer to the remove_guardian(3) reference |
page. |
527187-007 Hewlett-Packard Company 5105