|
zoslib
z/OS C/C++ Library
|
Go to the source code of this file.
Functions | |
| __Z_EXPORT size_t | strnlen (const char *, size_t) |
| __Z_EXPORT char * | strpcpy (char *, const char *) |
| __Z_EXPORT char * | strsignal (int) |
| __Z_EXPORT const char * | sigdescr_np (int) |
| __Z_EXPORT const char * | sigabbrev_np (int) |
| __Z_EXPORT const char * sigabbrev_np | ( | int | signum | ) |
| __Z_EXPORT const char * sigdescr_np | ( | int | signum | ) |
| __Z_EXPORT size_t strnlen | ( | const char * | str, |
| size_t | maxlen | ||
| ) |
| __Z_EXPORT char * strpcpy | ( | char * | dest, |
| const char * | src | ||
| ) |
| __Z_EXPORT char * strsignal | ( | int | signum | ) |