table of contents
other versions
- Tumbleweed 93vu-12.1
- Leap-16.0
- Leap-15.6
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)