#include <errno.h>
#include <execinfo.h>
#include <libintl.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "../include/libuser/user.h"
Defines | |
#define | _(String) gettext(String) |
Functions | |
void | lu_error_new (struct lu_error **error, enum lu_error_code code, const char *desc,...) |
void | lu_error_free (struct lu_error **error) |
|
lu_error_free:
|
|
lu_error_new:
|