|
LIBRARY#include <xtend/string.h> -lxtend SYNOPSISchar *strviscpy(unsigned char *dest, const unsigned char *src, size_t maxlen) ARGUMENTSsrc: Source string containing invisible characters dest: Destination array to receive modified string maxlen: Maximum number of characters in dest, not including null byte DESCRIPTIONstrviscpy() copies a string from src to dest, converting invisible characters to a visible format much like the vis command or cat -v.RETURN VALUESA pointer to destSEE ALSOvis(1), cat(1), strlcpy(3) Visit the GSP FreeBSD Man Page Interface. |