| Linux Standard Base Core Specification 4.0 | ||
|---|---|---|
| <<< Previous | Next >>> | |
The interface __wcscat_chk() shall function in the same way as the interface wcscat(), except that __wcscat_chk() shall check for buffer overflow before computing a result. If an overflow is anticipated, the function shall abort and the program calling it shall exit.
The parameter destlen specifies the size of the object pointed to by dest.
The __wcscat_chk() function is not in the source standard; it is only in the binary standard.
| <<< Previous | Home | Next >>> |
| __wcrtomb_chk | Up | __wcscpy_chk |