doxytest
Functions
Ini_Var.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void INI_VAR (void)
 

Function Documentation

◆ INI_VAR()

void INI_VAR ( void  )
15 {
16  /*===========================================================================================*/
17  static int i=0;
18  static int j=0;
19 
20 // i = 0;
21 // j = 0;
22 //
23 //
24 //
25 //
26 //
27 // for (i = 0; i < NID; ++i)
28 // {
29 //
31 // //fra [i]=0;
32 // on [i] = 0;
33 // acti [i] = 0;
34 // pause_task[i] = 0;
35 // dec [i] = 0;
36 // peri [i] = 0;
37 // proch [i] = 0;
38 // dep [i] = 0;
39 // n_dep [i] = 0;
40 // n_lancements [i] = 0;
41 // taux_reussite [i] = 0;
42 // ncy_l[i] = 0;
43 // ncy_l_b[i] = 0;
44 // lanc[i] = 0;
45 // ncy_l_max [i] = 0;
46 // ncy_l_max_fra [i] = 0;
47 // }
48 //
49 //
50 // for (i = 0; i < N_CHAR; ++i)
51 // {
52 // mess_sys[i] = ' ';
53 // }
54 //
55 // for (i = 0; i < N_CHAR; ++i)
56 // {
57 // A [i] = ' ';
58 // }
59 // for (i = 0; i < N_CHAR; ++i)
60 // {
61 // T [i] = ' ';
62 // }
63 // for (i = 0; i < N_CHAR; ++i)
64 // {
65 // Tin[i] = ' ';
66 // }
67 //
68 //
69 //
70 // NULLE = 0;
71 // NULL_CHAR = 0;
72 
73 
74 
75 
76 
77 
78 
79 
80 
81 
82 
83 
84 
85 
86 
87  /*===========================================================================================*/
88 }