Scroll to navigation

STRESC(3) Library Functions Manual STRESC(3)

NAME

stresc - convert character constants in string

SYNOPSIS

int stresc(char* s)

DESCRIPTION

stresc converts \ character constant expressions in the nul-terminated string s in place and returns the length of the converted s.

SEE ALSO

chresc(3), ctoi(3)