silc_set_errno_location

NAME

    void silc_set_errno_location(const char *filename,
                                 SilcUInt32 current_line_number,
                                 SilcUInt32 current_column_number);

DESCRIPTION

A low level routine to set the error location in a file indicated by the `filename'. The `current_line_number' is the line where the error occurred. The `current_column_number' number if the column in the line where the error occurred or 0 if so such information is present. The errno must be set before calling this function.