Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- C/Database Toolchest Library - name: <b>isammsg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Name:       isammsg

Purpose:    return text of message for an error number

Prototype:  char *isammsg(int errno);

Header:     isam.h

Inputs:     errno    - Error number

Description:
        isammsg returns a pointer to the text of a message associated with
        the error number errno.  Usually the errno is the global ISAM
        variable isam_errno, though you can use this routine to get the text
        for any error number.  If the errno is not an error number that
        ISAM recognizes, isammsg returns a pointer to the message "Unknown
        isam error number".

        The returned messsage is READ-ONLY.

Returns:
        Returns pointer to message text, or pointer to a default message if
        errno is not a valid error number.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson