silc_errno_location

NAME

    SilcBool silc_errno_location(const char **filename,
                                 SilcUInt32 *current_line,
                                 SilcUInt32 *current_column);

DESCRIPTION

Returns the error location information. The filename where the error occurred is returned to `filename'. The line and columns where the error occurred is returned to `current_line' and `current_column', respectively, or 0 is returned if the information is not present.

Returns FALSE if the location information is not available.