Handbook
Glossary
strerror_r ( errno buf buflen -- int )
Vocabulary
libc
Inputs
errno
an
object
buf
an
object
buflen
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libc
LIBRARY:
libc
FUNCTION:
int
strerror_r
(
int
errno, char* buf,
size_t
buflen )