Go to the first, previous, next, last section, table of contents.


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 first, previous, next, last section, table of contents.