Go to the previous, next section.
To convert a gdbm
error code into English text, use this routine:
ret = gdbm_strerror(errno)
The parameter is:
gdbm
error code, usually gdbm_errno
.
The appropiate phrase for reading by humans is returned.
Go to the previous, next section.