Go to the source code of this file.
Enumerations | |
enum | error_type { E_NONE, E_NOT_FOUND, E_EXISTS, E_SYNTAXE, E_UNSUP, E_INIT, E_LONG } |
Functions | |
void | print_erreur (const char *m) |
Definition in file erreur.h.
|
Enumeration decrivant les types d'erreur |
|
Affiche un message d'erreur selon l'erreur courante
Definition at line 15 of file erreur.c. References E_EXISTS, E_INIT, E_LONG, E_NONE, E_NOT_FOUND, E_SYNTAXE, and E_UNSUP. |