#include <stdlib.h>
#include <med_exit_if.h>
#include <med_err.h>
Aller au code source de ce fichier.
Macros | |
#define | ICI |
#define | INFOS_COMPILATION |
#define | ATTENTE(secondes) |
#define | IFORMAT_int "%d" |
#define | IFORMAT_long "%ld" |
#define | IFORMAT IFORMAT_int |
#define | MED_IFORMAT_int "d" |
#define | MED_IFORMAT_long "ld" |
#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) |
#define | INTERRUPTION(code) |
#define | ISCRUTE(entier) ISCRUTE_int(entier) |
#define | ISCRUTE_int(entier) |
#define | ISCRUTE_long(entier) |
#define | ISCRUTE_llong(entier) |
#define | ISCRUTE_size(entier) |
#define | ISCRUTE_id(entier) ISCRUTE_int(entier) |
#define | RSCRUTE(reel) |
#define | XSCRUTE(pointeur) |
#define | CSCRUTE(car) |
#define | SSCRUTE(chaine) |
#define | MESSAGE(chaine) |
#define | FIN(nom) |
#define | DEBUT(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); } |