0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef __alpha
0017 #define __alpha
0018 #endif
0019
0020 #define TAILLE_NOM_DONNEE (Longint)17
0021 #define TAILLE_NOM_COORDONNEE (Longint)17
0022 #define TAILLE_NOM_DIAGNOSTIC (Longint)17
0023 #define TAILLE_NOM_TRAITEMENT (Longint)17
0024 #define TAILLE_NOM_PRODUCTEUR (Longint)17
0025 #define TAILLE_NOM_UNITE (Longint)17
0026 #define TAILLE_NOM_ENTREE (Longint)17
0027 #define TAILLE_NOM_DECLENCHE (Longint)17
0028 #define TAILLE_NOM_AUTEUR (Longint)17
0029 #define TAILLE_PRETRAITEMENT (Longint)17
0030 #define TAILLE_COMMENTAIRE (Longint)1991
0031 #define TAILLE_NOM_AUTEURS (Longint)65
0032 #define TAILLE_NOM_MACHINE (Longint)65
0033 #define TAILLE_NOM_LOCALISATION (Longint)65
0034 #define TAILLE_NOM_REPERTOIRE (Longint)65
0035 #define TAILLE_FORMAT (Longint)6
0036 #define TAILLE_FORMAT_SERVEUR (Longint)2
0037 #define TAILLE_DATE 11
0038 #define TAILLE_HEURE 9
0039 #define TAILLE_VALEUR_ENTREE (Longint)8
0040 #define MAX_INDICE (Longint)2
0041 #define MAX_RANG (Longint)2
0042 #define MAX_MESURE (Longint)3
0043 #define MAX_CODE_PARAM (Longint)100
0044
0045
0046 #define SUITE (Longint)1
0047 #define FIN (Longint)0
0048
0049
0050 #define DEC '1'
0051 #define PC '2'
0052 #define MAC '3'
0053 #define SUN '4'
0054 #define INTEL '5'
0055
0056 #define entier_court 's'
0057 #define entier_long 'l'
0058 #define non_signe 'u'
0059 #define reel_simple 'f'
0060 #define reel_double 'd'
0061 #define caractere 'c'
0062
0063 #define UNIQ 0
0064 #define MULT 1
0065
0066 #define MAX_FUNCT_NUMBER 1000
0067
0068 #define NUM_CHOC_BASE 20101
0069 #define NUM_CHOC_TEST 200
0070 #define NUM_CHOC_DEC 20800