Update of "Manual for lc_seterrstr"
Overview

Artifact ID: 218e05fae6d09a25a119be6ecfa453481a9012ad
Page Name:Manual for lc_seterrstr
Date: 2014-11-24 20:11:49
Original User: rkeene
Parent: 8961f2f35768932993a63a9cb46a34358eec7122 (diff)
Content

NAME

lc_seterrstr - Set an error message from a callback.

 

SYNOPSIS

#include <libconfig.h>

void lc_seterrstr(const char *errstr);

 

DESCRIPTION

The lc_seterrstr(3) function sets a human readable error message to be returned by lc_geterrstr(3) function when an error is returned from a callback function. The value is ignored if the error is not related to a callback.

 

SEE ALSO

libconfig(3), lc_register_var(3), lc_register_callback(3), lc_geterrno(3), lc_geterrstr(3), lc_handle_type(3), lc_process(3), lc_process_file(3), lc_cleanup(3)