Handbook
Glossary
ERR_error_string ( e buf -- c-string )
Vocabulary
openssl
.
libcrypto
Inputs
e
an
object
buf
an
object
Outputs
c-string
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
c-string
ERR_error_string
(
ulong
e, void* buf )