Go to the source code of this file.
Defines | |
| #define | _IN |
| #define | _OUT |
| #define | _INOUT |
| #define | _UNUSED |
| #define | ICI |
| #define | INFOS_COMPILATION |
| #define | ATTENTE(secondes) |
| #define | EXECUTION(instruction) instruction |
| #define | INTERRUPTION(code) |
| #define | ASSERT(condition) |
| #define | ISCRUTE(entier) |
| #define | RSCRUTE(reel) |
| #define | CSCRUTE(car) |
| #define | SSCRUTE(chaine) |
| #define | MESSAGE(chaine) |
| #define | DEBUT(nom) |
| #define | FIN(nom) |
| #define _IN |
| #define _OUT |
| #define _INOUT |
| #define _UNUSED |
| #define ICI |
{\
fflush(stdout);\
fprintf(stderr, "%s [%d] : " , __FILE__ , __LINE__ ) ;\
fflush(stderr) ;\
}
| #define INFOS_COMPILATION |
{\
fflush(stderr);\
fprintf(stdout, "%s [%d] : " , __FILE__ , __LINE__ ) ;\
fprintf(stdout,"Compilation le %s" , __DATE__);\
fprintf(stdout," a %s" , __TIME__ );\
fprintf(stdout,"\n\n\n" );\
fflush(stdout) ;\
}
| #define ATTENTE | ( | secondes | ) |
{\
ICI ;\
fprintf( stderr, "ATTENTE de %d secondes" , secondes);\
fflush(stderr) ;\
sleep(secondes) ;\
fprintf( stderr, "\n" );\
fflush(stderr) ;\
}
| #define EXECUTION | ( | instruction | ) | instruction |
| #define INTERRUPTION | ( | code | ) |
| #define ASSERT | ( | condition | ) |
| #define ISCRUTE | ( | entier | ) |
| #define RSCRUTE | ( | reel | ) |
| #define CSCRUTE | ( | car | ) |
| #define SSCRUTE | ( | chaine | ) |
| #define MESSAGE | ( | chaine | ) |
| #define DEBUT | ( | nom | ) |
| #define FIN | ( | nom | ) |