NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | STANDARDS | ATTRIBUTES
$(NUCLEUS_DIR)/lib/classix/libsys.s.a #include <string.h>size_t strxfrm(char *dst, const char *src, size_t n);
The function or functions documented here may not be used safely in all application contexts with all APIs provided in the ChorusOS 5.0 product.
See API(5FEA) for details.
Localization is not supported in this implementation, therefore strxfrm() copies the src string into the dst string.
The strxfrm() function conforms to ANSI-C, given that the setlocale() function is not supported.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Interface Stability | Evolving |
NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | STANDARDS | ATTRIBUTES