Go to the previous, next section.

Error strings.

To convert a gdbm error code into English text, use this routine:

ret = gdbm_strerror(errno)

The parameter is:

gdbm_error errno
The gdbm error code, usually gdbm_errno.

The appropiate phrase for reading by humans is returned.

Go to the previous, next section.