zoslib
z/OS C/C++ Library
Loading...
Searching...
No Matches
Functions
string.h File Reference
#include "zos-macros.h"
#include <strings.h>

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)
 

Function Documentation

◆ sigabbrev_np()

__Z_EXPORT const char * sigabbrev_np ( int  signum)

◆ sigdescr_np()

__Z_EXPORT const char * sigdescr_np ( int  signum)

◆ strnlen()

__Z_EXPORT size_t strnlen ( const char *  str,
size_t  maxlen 
)

◆ strpcpy()

__Z_EXPORT char * strpcpy ( char *  dest,
const char *  src 
)

◆ strsignal()

__Z_EXPORT char * strsignal ( int  signum)