/sys$common/syshlp/helplib.hlb CC, Run-time functions *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Note: You might have a newer version of Compaq C that has header files and documentation for functions that are not supported on your older OpenVMS system. For example, if your target operating system platform is OpenVMS Version 7.2, you cannot use Compaq C RTL functions that are introduced on OpenVMS Version 7.3, even though they are documented in this help and in the Compaq C RTL Reference manual. See Appendix of the Compaq C Run-Time Library Reference Manual for a series of tables that list what DEC C RTL functions are supported on recent OpenVMS versions. This is helpful for determining the functions to avoid using on your target OpenVMS platforms. In the Curses Screen Management Package, there are pairs of functions and macros with equivalent functionality. Many Curses functions and macros are expressed as follows: [w]addch [no]echo The descriptions of the addch macro and the waddch function are found under the heading, [w]addch. The descriptions of the macros echo and noecho are found under the heading, [no]echo. For more information about Curses Screen management functions and macros, see HELP CC RUN-TIME_FUNCTIONS CURSES and HELP CC LINK_LIBRARIES. All other library functions are listed alphabetically under separate headings. All library functions are reentrant unless explicitly stated otherwise.
Additional Information (explode) :
|