(
xchar xc-addr1 u1 --
xc-addr2 u2 flag )
Stores the
xchar into the string buffer specified by
xc-addr1 u1.
xc-addr2 u2 is the remaining string
buffer. If the
xchar did fit into the buffer,
flag
is true, otherwise
flag is false, and
xc-addr2 u2
equal
xc-addr1 u1.
XC!+? is safe for buffer overflows.