MED fichier
|
Aller au code source de ce fichier.
Macros | |
#define | _IN |
#define | _OUT |
#define | _INOUT |
#define | _UNUSED |
#define | ICI |
#define | INFOS_COMPILATION |
#define | ATTENTE(secondes) |
#define | IFORMAT_int "%d" |
#define | IFORMAT_long "%ld" |
#define | IFORMAT_llong "%lld" |
#define | IFORMAT IFORMAT_int |
#define | MED_IFORMAT_int "d" |
#define | MED_IFORMAT_long "ld" |
#define | MED_IFORMAT_llong "lld" |
#define | MED_IFORMAT MED_IFORMAT_int |
#define | MED_EXP2_(msg1, msg2) msg1 msg2 |
#define | MED_ERR_(rt, r1, r2, r3) { rt = r1 r2; MESSAGE(MED_EXP2_(r1 ## _MSG,r2 ## _MSG)); MESSAGE(r3); } |
#define | EXECUTION(instruction) instruction |
#define | INTERRUPTION(code) |
#define | ASSERT(condition) |
#define | NOFINALBLANK(chaine, label) |
#define | ISCRUTE(entier) |
#define | ISCRUTE_int(entier) |
#define | ISCRUTE_int8(entier) |
#define | ISCRUTE_long(entier) |
#define | ISCRUTE_llong(entier) |
#define | ISCRUTE_size(entier) |
#define | ISCRUTE_id(entier) |
#define | XSCRUTE(pointeur) |
#define | RSCRUTE(reel) |
#define | CSCRUTE(car) |
#define | SSCRUTE(chaine) |
#define | MESSAGE(chaine) |
#define | DEBUT(nom) |
#define | FIN(nom) |
#define | EXIT_IF(expression, message, arg) { exit_if(__FILE__,__LINE__,expression,message,arg); } |
#define | MED_ERR_EXIT_IF(expression, r1, r2, arg) { exit_if(__FILE__,__LINE__,expression,MED_EXP2_(r1 ## _MSG,r2 ## _MSG),arg); } |