You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifdef ZOS
|
|
#ifndef __cplusplus
|
|
char * stpcpy (char *dst, const char *src);
|
|
char * strndup (const char *s, size_t n);
|
|
size_t strnlen (const char *s, size_t maxlen);
|
|
#endif
|
|
#include <strings.h>
|
|
#endif
|
|
|
|
#include_next <string.h>
|