Source code translated to english
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@697 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
|
||||
#define UNTESTED printf("%s %d %s à tester !\n",__FILE__,__LINE__,__func__);
|
||||
|
||||
void Erreur_fonction(int error_code, const char *filename, int Numero_ligne, const char *Nom_fonction);
|
||||
#define Erreur(n) Erreur_fonction(n, __FILE__,__LINE__,__func__)
|
||||
void Error_function(int error_code, const char *filename, int line_number, const char *function_name);
|
||||
#define Error(n) Error_function(n, __FILE__,__LINE__,__func__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user