Modification de la documentation

master
Kyllian CHABANON 2 years ago
parent 589fd0417f
commit 4a66c060dc

@ -70,14 +70,14 @@ $(function() {
<p>Fichier contenant toutes les fonctions d'affichage.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;Fonctions.h&quot;</code><br />
<div class="textblock"><code>#include &quot;<a class="el" href="Fonctions_8h_source.html">Fonctions.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Affichage.c:</div>
<div class="dyncontent">
<div class="center"><img src="Affichage_8c__incl.png" border="0" usemap="#aAffichage_8c" alt=""/></div>
<map name="aAffichage_8c" id="aAffichage_8c">
<area shape="rect" title="Fichier contenant toutes les fonctions d&#39;affichage." alt="" coords="38,5,133,32"/>
<area shape="rect" href="Fonctions_8h_source.html" title=" " alt="" coords="37,80,133,107"/>
<area shape="rect" href="Fonctions_8h.html" title="Fichier contenant les prototypes de chaque fonction." alt="" coords="37,80,133,107"/>
<area shape="rect" title=" " alt="" coords="5,155,72,181"/>
<area shape="rect" title=" " alt="" coords="97,155,167,181"/>
</map>

@ -1 +1 @@
7b7b3db5b895a74182b838405aaea133
a659a46cd2350d42b4f53c381082d20d

File diff suppressed because it is too large Load Diff

@ -0,0 +1 @@
d84cf5b5f3d3efe8a1b2949e00751ae0

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@ -0,0 +1 @@
e698997f3844484f2add1d6d72748253

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

@ -65,64 +65,65 @@ $(function() {
<div class="title">Fonctions.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#include &lt;stdio.h&gt;</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#include &lt;stdlib.h&gt;</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">/* Fonctions d&#39;ouverture des fichiers texte */</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066">Ouverture</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> tDate[], <span class="keywordtype">int</span> tMax, <span class="keywordtype">int</span> *pasAct);</div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f">OuvertureMembres</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tMax);</div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">OuvertureActivitesJour</a>(<span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> tDate[], <span class="keywordtype">int</span> tMax);</div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">/* Fonctions des menus */</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Menus_8c.html#a4a461883584bb148c3218a3baae98052">ChoixMenu</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Menus_8c.html#a4020852cea19461acb61f7241e5cf08c">ChoixMenuAffichage</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792">choixMenuActivites</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">/* Fonctions d&#39;affichage */</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Affichage_8c.html#a8ed766fdd76779bbe0746df063d51139">Affichage1Adherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Affichage_8c.html#a690d8ce18b1c7a6f9364a69dfcb63d72">AffichageTousAdherents</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Affichage_8c.html#a6f40a5861f94c7ae1f822d365fabc31b">AffichageNbEntreesTousJour</a>(<span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> tDate[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Affichage_8c.html#aeb4e09b2fc0dade4b91f4f8daa4c1058">AffichageNbEntreesTotal</a>(<span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Affichage_8c.html#a05b33583505e7780f97c8123dcbed088">AffichageNbAdherents</a>(<span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">/* Fonction globale */</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Global_8c.html#ab8c440dfeb6ad2dab49469c202665646">GestionMenus</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">/* Fonction de sauvegarde */</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b">Sauvegarde</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> tDate[], <span class="keywordtype">int</span> nbElem, <span class="keywordtype">int</span> pasAct);</div>
<a href="Fonctions_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160; </div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &lt;stdio.h&gt;</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;stdlib.h&gt;</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">/* Fonctions d&#39;ouverture des fichiers texte */</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#a4313075598422b9874d0cf21c5d68066">Ouverture</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> tDate[], <span class="keywordtype">int</span> tMax, <span class="keywordtype">int</span> *pasAct);</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#a8acd5a59675e4b759120c62e8cd7e08f">OuvertureMembres</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tMax);</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">OuvertureActivitesJour</a>(<span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> tDate[], <span class="keywordtype">int</span> tMax);</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">/* Fonctions des menus */</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#a4a461883584bb148c3218a3baae98052">ChoixMenu</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#a4020852cea19461acb61f7241e5cf08c">ChoixMenuAffichage</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#ad8c22da9511fb2139e0bc31ed9fad792">choixMenuActivites</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">/* Fonctions d&#39;affichage */</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#a8ed766fdd76779bbe0746df063d51139">Affichage1Adherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#a690d8ce18b1c7a6f9364a69dfcb63d72">AffichageTousAdherents</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#a6f40a5861f94c7ae1f822d365fabc31b">AffichageNbEntreesTousJour</a>(<span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> tDate[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#aeb4e09b2fc0dade4b91f4f8daa4c1058">AffichageNbEntreesTotal</a>(<span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#a05b33583505e7780f97c8123dcbed088">AffichageNbAdherents</a>(<span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment">/* Fonctions de gestion des adhérents */</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keywordtype">int</span> <a class="code" href="GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a">RechercheAdherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> nbElem, <span class="keywordtype">int</span> NoCarte, <span class="keywordtype">int</span> *trouve);</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keywordtype">int</span> <a class="code" href="GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0">RechercheAjoutAdherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> nbElem, <span class="keywordtype">int</span> noCarte);</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="keywordtype">int</span> <a class="code" href="GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4">AjoutAdherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tMax, <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="keywordtype">void</span> <a class="code" href="GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a">ModificationAge</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="keywordtype">int</span> <a class="code" href="GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe">SupprimerAdherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="keywordtype">void</span> <a class="code" href="GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a">ModificationActivationCarte</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="comment">/* Fonctions de gestion des points */</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="keywordtype">void</span> <a class="code" href="GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd">AjoutPoints</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem, <span class="keywordtype">int</span> noCarte);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keywordtype">void</span> <a class="code" href="GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5">DebitCarte</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> nbElem);</div>
<div class="ttc" id="aAffichage_8c_html_a05b33583505e7780f97c8123dcbed088"><div class="ttname"><a href="Affichage_8c.html#a05b33583505e7780f97c8123dcbed088">AffichageNbAdherents</a></div><div class="ttdeci">void AffichageNbAdherents(int nbElem)</div><div class="ttdoc">Affiche le nombre d'adhérents.</div><div class="ttdef"><b>Definition:</b> Affichage.c:97</div></div>
<div class="ttc" id="aAffichage_8c_html_a690d8ce18b1c7a6f9364a69dfcb63d72"><div class="ttname"><a href="Affichage_8c.html#a690d8ce18b1c7a6f9364a69dfcb63d72">AffichageTousAdherents</a></div><div class="ttdeci">void AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)</div><div class="ttdoc">Affiche les informations de tous les adhérents.</div><div class="ttdef"><b>Definition:</b> Affichage.c:49</div></div>
<div class="ttc" id="aAffichage_8c_html_a6f40a5861f94c7ae1f822d365fabc31b"><div class="ttname"><a href="Affichage_8c.html#a6f40a5861f94c7ae1f822d365fabc31b">AffichageNbEntreesTousJour</a></div><div class="ttdeci">void AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem)</div><div class="ttdoc">Affiche le nombre d'entrées de chaque jour.</div><div class="ttdef"><b>Definition:</b> Affichage.c:66</div></div>
<div class="ttc" id="aAffichage_8c_html_a8ed766fdd76779bbe0746df063d51139"><div class="ttname"><a href="Affichage_8c.html#a8ed766fdd76779bbe0746df063d51139">Affichage1Adherent</a></div><div class="ttdeci">void Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)</div><div class="ttdoc">Affiche les informations d'un adhérent.</div><div class="ttdef"><b>Definition:</b> Affichage.c:20</div></div>
<div class="ttc" id="aAffichage_8c_html_aeb4e09b2fc0dade4b91f4f8daa4c1058"><div class="ttname"><a href="Affichage_8c.html#aeb4e09b2fc0dade4b91f4f8daa4c1058">AffichageNbEntreesTotal</a></div><div class="ttdeci">void AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem)</div><div class="ttdoc">Affiche le nombre d'entrées total.</div><div class="ttdef"><b>Definition:</b> Affichage.c:82</div></div>
<div class="ttc" id="aGestionAdherents_8c_html_a3b14af71fb9afa3153f8486fc90a27fe"><div class="ttname"><a href="GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe">SupprimerAdherent</a></div><div class="ttdeci">int SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)</div><div class="ttdoc">Supprime un adhérent.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:112</div></div>
<div class="ttc" id="aGestionAdherents_8c_html_a3b801c8bc5a5f29f6ef0262a1168687a"><div class="ttname"><a href="GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a">ModificationAge</a></div><div class="ttdeci">void ModificationAge(int tNoCarte[], int tAge[], int nbElem)</div><div class="ttdoc">Modifie l'âge d'un adhérent.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:82</div></div>
<div class="ttc" id="aGestionAdherents_8c_html_a95c82e9e32b0b51928303f0d444e553a"><div class="ttname"><a href="GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a">ModificationActivationCarte</a></div><div class="ttdeci">void ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem)</div><div class="ttdoc">Modifie l'état de la carte.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:149</div></div>
<div class="ttc" id="aGestionAdherents_8c_html_acdbfc37cf00b38c3cd2e90e7342e07b0"><div class="ttname"><a href="GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0">RechercheAjoutAdherent</a></div><div class="ttdeci">int RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte)</div><div class="ttdoc">Recherche un adhérent pour la fonction AjoutAdherent.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:16</div></div>
<div class="ttc" id="aGestionAdherents_8c_html_af8eea7baf132404b92b98198338908f4"><div class="ttname"><a href="GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4">AjoutAdherent</a></div><div class="ttdeci">int AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem)</div><div class="ttdoc">Affiche les informations d'un adhérent.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:42</div></div>
<div class="ttc" id="aGestionPoints_8c_html_a5cf26807e80ee8fcac5e821b46809bbd"><div class="ttname"><a href="GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd">AjoutPoints</a></div><div class="ttdeci">void AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte)</div><div class="ttdoc">Ajoute des points sur une carte.</div><div class="ttdef"><b>Definition:</b> GestionPoints.c:52</div></div>
<div class="ttc" id="aGestionPoints_8c_html_a962baf9af48dd1fb9d3373a7188d885a"><div class="ttname"><a href="GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a">RechercheAdherent</a></div><div class="ttdeci">int RechercheAdherent(int tNoCarte[], int nbElem, int noCarte, int *trouve)</div><div class="ttdoc">Recherche un adhérent.</div><div class="ttdef"><b>Definition:</b> GestionPoints.c:18</div></div>
<div class="ttc" id="aGestionPoints_8c_html_aa7c8568be5669d4083bcc65488f719a5"><div class="ttname"><a href="GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5">DebitCarte</a></div><div class="ttdeci">void DebitCarte(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem)</div><div class="ttdoc">Débite une carte lorsqu'un adhérent pratique une activité</div><div class="ttdef"><b>Definition:</b> GestionPoints.c:120</div></div>
<div class="ttc" id="aGlobal_8c_html_ab8c440dfeb6ad2dab49469c202665646"><div class="ttname"><a href="Global_8c.html#ab8c440dfeb6ad2dab49469c202665646">GestionMenus</a></div><div class="ttdeci">void GestionMenus(void)</div><div class="ttdoc">Gère les menus en appelant une fonction pour chaque choix fait par l'utilisateur.</div><div class="ttdef"><b>Definition:</b> Global.c:13</div></div>
<div class="ttc" id="aMenus_8c_html_a4020852cea19461acb61f7241e5cf08c"><div class="ttname"><a href="Menus_8c.html#a4020852cea19461acb61f7241e5cf08c">ChoixMenuAffichage</a></div><div class="ttdeci">int ChoixMenuAffichage(void)</div><div class="ttdoc">Affiche le menu d'affichage et permet de choisir une option.</div><div class="ttdef"><b>Definition:</b> Menus.c:36</div></div>
<div class="ttc" id="aMenus_8c_html_a4a461883584bb148c3218a3baae98052"><div class="ttname"><a href="Menus_8c.html#a4a461883584bb148c3218a3baae98052">ChoixMenu</a></div><div class="ttdeci">int ChoixMenu(void)</div><div class="ttdoc">Affiche le menu principal et permet de choisir une option.</div><div class="ttdef"><b>Definition:</b> Menus.c:14</div></div>
<div class="ttc" id="aMenus_8c_html_ad8c22da9511fb2139e0bc31ed9fad792"><div class="ttname"><a href="Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792">choixMenuActivites</a></div><div class="ttdeci">int choixMenuActivites(void)</div><div class="ttdoc">Affiche le menu d'affichage et permet de choisir une option.</div><div class="ttdef"><b>Definition:</b> Menus.c:56</div></div>
<div class="ttc" id="aOuverture_8c_html_a4313075598422b9874d0cf21c5d68066"><div class="ttname"><a href="Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066">Ouverture</a></div><div class="ttdeci">int Ouverture(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int tMax, int *pasAct)</div><div class="ttdoc">Appelle les fonctions d'ouverture.</div><div class="ttdef"><b>Definition:</b> Ouverture.c:21</div></div>
<div class="ttc" id="aOuverture_8c_html_a8acd5a59675e4b759120c62e8cd7e08f"><div class="ttname"><a href="Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f">OuvertureMembres</a></div><div class="ttdeci">int OuvertureMembres(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax)</div><div class="ttdoc">Charge les données du fichier membres.don dans des tableaux.</div><div class="ttdef"><b>Definition:</b> Ouverture.c:42</div></div>
<div class="ttc" id="aOuverture_8c_html_a9b4925d0af4ae4f0ce2a8fd9448a26f8"><div class="ttname"><a href="Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">OuvertureActivitesJour</a></div><div class="ttdeci">int OuvertureActivitesJour(int tNbActivitesJour[], int tDate[], int tMax)</div><div class="ttdoc">Charge les données du fichier ActivitesJour.don dans des tableaux.</div><div class="ttdef"><b>Definition:</b> Ouverture.c:84</div></div>
<div class="ttc" id="aSauvegarde_8c_html_acdc20fb9b7c96c421ea9204df14f333b"><div class="ttname"><a href="Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b">Sauvegarde</a></div><div class="ttdeci">int Sauvegarde(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int nbElem, int pasAct)</div><div class="ttdoc">Sauvegarde les nouvelles données dans les fichiers.</div><div class="ttdef"><b>Definition:</b> Sauvegarde.c:22</div></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment">/* Fonction globale */</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#ab8c440dfeb6ad2dab49469c202665646">GestionMenus</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="comment">/* Fonction de sauvegarde */</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#acdc20fb9b7c96c421ea9204df14f333b">Sauvegarde</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> tDate[], <span class="keywordtype">int</span> nbElem, <span class="keywordtype">int</span> pasAct);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="comment">/* Fonctions de gestion des adhérents */</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#a34ae330dc7f23836f33af96c5287ec9c">RechercheAdherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> nbElem, <span class="keywordtype">int</span> NoCarte, <span class="keywordtype">int</span> *trouve);</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#acdbfc37cf00b38c3cd2e90e7342e07b0">RechercheAjoutAdherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> nbElem, <span class="keywordtype">int</span> noCarte);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#af8eea7baf132404b92b98198338908f4">AjoutAdherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tMax, <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#a3b801c8bc5a5f29f6ef0262a1168687a">ModificationAge</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="keywordtype">int</span> <a class="code" href="Fonctions_8h.html#a3b14af71fb9afa3153f8486fc90a27fe">SupprimerAdherent</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tAge[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#a95c82e9e32b0b51928303f0d444e553a">ModificationActivationCarte</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem);</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="comment">/* Fonctions de gestion des points */</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#a5cf26807e80ee8fcac5e821b46809bbd">AjoutPoints</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> nbElem, <span class="keywordtype">int</span> noCarte);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="keywordtype">void</span> <a class="code" href="Fonctions_8h.html#aa7c8568be5669d4083bcc65488f719a5">DebitCarte</a>(<span class="keywordtype">int</span> tNoCarte[], <span class="keywordtype">int</span> tPointsCarte[], <span class="keywordtype">int</span> tCarteActive[], <span class="keywordtype">int</span> tNbActivitesJour[], <span class="keywordtype">int</span> nbElem);</div>
<div class="ttc" id="aFonctions_8h_html_a05b33583505e7780f97c8123dcbed088"><div class="ttname"><a href="Fonctions_8h.html#a05b33583505e7780f97c8123dcbed088">AffichageNbAdherents</a></div><div class="ttdeci">void AffichageNbAdherents(int nbElem)</div><div class="ttdoc">Affiche le nombre d'adhérents.</div><div class="ttdef"><b>Definition:</b> Affichage.c:97</div></div>
<div class="ttc" id="aFonctions_8h_html_a34ae330dc7f23836f33af96c5287ec9c"><div class="ttname"><a href="Fonctions_8h.html#a34ae330dc7f23836f33af96c5287ec9c">RechercheAdherent</a></div><div class="ttdeci">int RechercheAdherent(int tNoCarte[], int nbElem, int NoCarte, int *trouve)</div><div class="ttdoc">Recherche un adhérent.</div><div class="ttdef"><b>Definition:</b> GestionPoints.c:18</div></div>
<div class="ttc" id="aFonctions_8h_html_a3b14af71fb9afa3153f8486fc90a27fe"><div class="ttname"><a href="Fonctions_8h.html#a3b14af71fb9afa3153f8486fc90a27fe">SupprimerAdherent</a></div><div class="ttdeci">int SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)</div><div class="ttdoc">Supprime un adhérent.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:112</div></div>
<div class="ttc" id="aFonctions_8h_html_a3b801c8bc5a5f29f6ef0262a1168687a"><div class="ttname"><a href="Fonctions_8h.html#a3b801c8bc5a5f29f6ef0262a1168687a">ModificationAge</a></div><div class="ttdeci">void ModificationAge(int tNoCarte[], int tAge[], int nbElem)</div><div class="ttdoc">Modifie l'âge d'un adhérent.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:82</div></div>
<div class="ttc" id="aFonctions_8h_html_a4020852cea19461acb61f7241e5cf08c"><div class="ttname"><a href="Fonctions_8h.html#a4020852cea19461acb61f7241e5cf08c">ChoixMenuAffichage</a></div><div class="ttdeci">int ChoixMenuAffichage(void)</div><div class="ttdoc">Affiche le menu d'affichage et permet de choisir une option.</div><div class="ttdef"><b>Definition:</b> Menus.c:36</div></div>
<div class="ttc" id="aFonctions_8h_html_a4313075598422b9874d0cf21c5d68066"><div class="ttname"><a href="Fonctions_8h.html#a4313075598422b9874d0cf21c5d68066">Ouverture</a></div><div class="ttdeci">int Ouverture(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int tMax, int *pasAct)</div><div class="ttdoc">Appelle les fonctions d'ouverture.</div><div class="ttdef"><b>Definition:</b> Ouverture.c:21</div></div>
<div class="ttc" id="aFonctions_8h_html_a4a461883584bb148c3218a3baae98052"><div class="ttname"><a href="Fonctions_8h.html#a4a461883584bb148c3218a3baae98052">ChoixMenu</a></div><div class="ttdeci">int ChoixMenu(void)</div><div class="ttdoc">Affiche le menu principal et permet de choisir une option.</div><div class="ttdef"><b>Definition:</b> Menus.c:14</div></div>
<div class="ttc" id="aFonctions_8h_html_a5cf26807e80ee8fcac5e821b46809bbd"><div class="ttname"><a href="Fonctions_8h.html#a5cf26807e80ee8fcac5e821b46809bbd">AjoutPoints</a></div><div class="ttdeci">void AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte)</div><div class="ttdoc">Ajoute des points sur une carte.</div><div class="ttdef"><b>Definition:</b> GestionPoints.c:52</div></div>
<div class="ttc" id="aFonctions_8h_html_a690d8ce18b1c7a6f9364a69dfcb63d72"><div class="ttname"><a href="Fonctions_8h.html#a690d8ce18b1c7a6f9364a69dfcb63d72">AffichageTousAdherents</a></div><div class="ttdeci">void AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)</div><div class="ttdoc">Affiche les informations de tous les adhérents.</div><div class="ttdef"><b>Definition:</b> Affichage.c:49</div></div>
<div class="ttc" id="aFonctions_8h_html_a6f40a5861f94c7ae1f822d365fabc31b"><div class="ttname"><a href="Fonctions_8h.html#a6f40a5861f94c7ae1f822d365fabc31b">AffichageNbEntreesTousJour</a></div><div class="ttdeci">void AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem)</div><div class="ttdoc">Affiche le nombre d'entrées de chaque jour.</div><div class="ttdef"><b>Definition:</b> Affichage.c:66</div></div>
<div class="ttc" id="aFonctions_8h_html_a8acd5a59675e4b759120c62e8cd7e08f"><div class="ttname"><a href="Fonctions_8h.html#a8acd5a59675e4b759120c62e8cd7e08f">OuvertureMembres</a></div><div class="ttdeci">int OuvertureMembres(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax)</div><div class="ttdoc">Charge les données du fichier membres.don dans des tableaux.</div><div class="ttdef"><b>Definition:</b> Ouverture.c:42</div></div>
<div class="ttc" id="aFonctions_8h_html_a8ed766fdd76779bbe0746df063d51139"><div class="ttname"><a href="Fonctions_8h.html#a8ed766fdd76779bbe0746df063d51139">Affichage1Adherent</a></div><div class="ttdeci">void Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem)</div><div class="ttdoc">Affiche les informations d'un adhérent.</div><div class="ttdef"><b>Definition:</b> Affichage.c:20</div></div>
<div class="ttc" id="aFonctions_8h_html_a95c82e9e32b0b51928303f0d444e553a"><div class="ttname"><a href="Fonctions_8h.html#a95c82e9e32b0b51928303f0d444e553a">ModificationActivationCarte</a></div><div class="ttdeci">void ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem)</div><div class="ttdoc">Modifie l'état de la carte.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:149</div></div>
<div class="ttc" id="aFonctions_8h_html_a9b4925d0af4ae4f0ce2a8fd9448a26f8"><div class="ttname"><a href="Fonctions_8h.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">OuvertureActivitesJour</a></div><div class="ttdeci">int OuvertureActivitesJour(int tNbActivitesJour[], int tDate[], int tMax)</div><div class="ttdoc">Charge les données du fichier ActivitesJour.don dans des tableaux.</div><div class="ttdef"><b>Definition:</b> Ouverture.c:84</div></div>
<div class="ttc" id="aFonctions_8h_html_aa7c8568be5669d4083bcc65488f719a5"><div class="ttname"><a href="Fonctions_8h.html#aa7c8568be5669d4083bcc65488f719a5">DebitCarte</a></div><div class="ttdeci">void DebitCarte(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem)</div><div class="ttdoc">Débite une carte lorsqu'un adhérent pratique une activité</div><div class="ttdef"><b>Definition:</b> GestionPoints.c:120</div></div>
<div class="ttc" id="aFonctions_8h_html_ab8c440dfeb6ad2dab49469c202665646"><div class="ttname"><a href="Fonctions_8h.html#ab8c440dfeb6ad2dab49469c202665646">GestionMenus</a></div><div class="ttdeci">void GestionMenus(void)</div><div class="ttdoc">Gère les menus en appelant une fonction pour chaque choix fait par l'utilisateur.</div><div class="ttdef"><b>Definition:</b> Global.c:13</div></div>
<div class="ttc" id="aFonctions_8h_html_acdbfc37cf00b38c3cd2e90e7342e07b0"><div class="ttname"><a href="Fonctions_8h.html#acdbfc37cf00b38c3cd2e90e7342e07b0">RechercheAjoutAdherent</a></div><div class="ttdeci">int RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte)</div><div class="ttdoc">Recherche un adhérent pour la fonction AjoutAdherent.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:16</div></div>
<div class="ttc" id="aFonctions_8h_html_acdc20fb9b7c96c421ea9204df14f333b"><div class="ttname"><a href="Fonctions_8h.html#acdc20fb9b7c96c421ea9204df14f333b">Sauvegarde</a></div><div class="ttdeci">int Sauvegarde(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int nbElem, int pasAct)</div><div class="ttdoc">Sauvegarde les nouvelles données dans les fichiers.</div><div class="ttdef"><b>Definition:</b> Sauvegarde.c:22</div></div>
<div class="ttc" id="aFonctions_8h_html_ad8c22da9511fb2139e0bc31ed9fad792"><div class="ttname"><a href="Fonctions_8h.html#ad8c22da9511fb2139e0bc31ed9fad792">choixMenuActivites</a></div><div class="ttdeci">int choixMenuActivites(void)</div><div class="ttdoc">Affiche le menu d'affichage et permet de choisir une option.</div><div class="ttdef"><b>Definition:</b> Menus.c:56</div></div>
<div class="ttc" id="aFonctions_8h_html_aeb4e09b2fc0dade4b91f4f8daa4c1058"><div class="ttname"><a href="Fonctions_8h.html#aeb4e09b2fc0dade4b91f4f8daa4c1058">AffichageNbEntreesTotal</a></div><div class="ttdeci">void AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem)</div><div class="ttdoc">Affiche le nombre d'entrées total.</div><div class="ttdef"><b>Definition:</b> Affichage.c:82</div></div>
<div class="ttc" id="aFonctions_8h_html_af8eea7baf132404b92b98198338908f4"><div class="ttname"><a href="Fonctions_8h.html#af8eea7baf132404b92b98198338908f4">AjoutAdherent</a></div><div class="ttdeci">int AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem)</div><div class="ttdoc">Affiche les informations d'un adhérent.</div><div class="ttdef"><b>Definition:</b> GestionAdherents.c:42</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>

@ -70,14 +70,14 @@ $(function() {
<p>Fichier contenant les fonctions de gestion des adhérents.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;Fonctions.h&quot;</code><br />
<div class="textblock"><code>#include &quot;<a class="el" href="Fonctions_8h_source.html">Fonctions.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for GestionAdherents.c:</div>
<div class="dyncontent">
<div class="center"><img src="GestionAdherents_8c__incl.png" border="0" usemap="#aGestionAdherents_8c" alt=""/></div>
<map name="aGestionAdherents_8c" id="aGestionAdherents_8c">
<area shape="rect" title="Fichier contenant les fonctions de gestion des adhérents." alt="" coords="11,5,160,32"/>
<area shape="rect" href="Fonctions_8h_source.html" title=" " alt="" coords="37,80,133,107"/>
<area shape="rect" href="Fonctions_8h.html" title="Fichier contenant les prototypes de chaque fonction." alt="" coords="37,80,133,107"/>
<area shape="rect" title=" " alt="" coords="5,155,72,181"/>
<area shape="rect" title=" " alt="" coords="97,155,167,181"/>
</map>

@ -1 +1 @@
74d08571675c43342d019422072c08f5
9a2e8e590cab826559f643eb4a7d23b0

@ -70,14 +70,14 @@ $(function() {
<p>Fichier contenant les fonctions pour la gestion des points des adhérents.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;Fonctions.h&quot;</code><br />
<div class="textblock"><code>#include &quot;<a class="el" href="Fonctions_8h_source.html">Fonctions.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for GestionPoints.c:</div>
<div class="dyncontent">
<div class="center"><img src="GestionPoints_8c__incl.png" border="0" usemap="#aGestionPoints_8c" alt=""/></div>
<map name="aGestionPoints_8c" id="aGestionPoints_8c">
<area shape="rect" title="Fichier contenant les fonctions pour la gestion des points des adhérents." alt="" coords="24,5,147,32"/>
<area shape="rect" href="Fonctions_8h_source.html" title=" " alt="" coords="37,80,133,107"/>
<area shape="rect" href="Fonctions_8h.html" title="Fichier contenant les prototypes de chaque fonction." alt="" coords="37,80,133,107"/>
<area shape="rect" title=" " alt="" coords="5,155,72,181"/>
<area shape="rect" title=" " alt="" coords="97,155,167,181"/>
</map>

@ -1 +1 @@
6f20ef18252921d5c47096be6aab944f
739e7ac1f680210f1c7ebfcf84271430

@ -70,14 +70,14 @@ $(function() {
<p>Fichier contenant la fonction de gestion des menus.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;Fonctions.h&quot;</code><br />
<div class="textblock"><code>#include &quot;<a class="el" href="Fonctions_8h_source.html">Fonctions.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Global.c:</div>
<div class="dyncontent">
<div class="center"><img src="Global_8c__incl.png" border="0" usemap="#aGlobal_8c" alt=""/></div>
<map name="aGlobal_8c" id="aGlobal_8c">
<area shape="rect" title="Fichier contenant la fonction de gestion des menus." alt="" coords="48,5,123,32"/>
<area shape="rect" href="Fonctions_8h_source.html" title=" " alt="" coords="37,80,133,107"/>
<area shape="rect" href="Fonctions_8h.html" title="Fichier contenant les prototypes de chaque fonction." alt="" coords="37,80,133,107"/>
<area shape="rect" title=" " alt="" coords="5,155,72,181"/>
<area shape="rect" title=" " alt="" coords="97,155,167,181"/>
</map>

@ -1 +1 @@
a398d3e469a8c04fde3585a4064906b9
06009b04d08134270bede4e6c5ea343d

@ -70,14 +70,14 @@ $(function() {
<p>Fichier qui contient les fonctions du menu.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;Fonctions.h&quot;</code><br />
<div class="textblock"><code>#include &quot;<a class="el" href="Fonctions_8h_source.html">Fonctions.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Menus.c:</div>
<div class="dyncontent">
<div class="center"><img src="Menus_8c__incl.png" border="0" usemap="#aMenus_8c" alt=""/></div>
<map name="aMenus_8c" id="aMenus_8c">
<area shape="rect" title="Fichier qui contient les fonctions du menu." alt="" coords="47,5,123,32"/>
<area shape="rect" href="Fonctions_8h_source.html" title=" " alt="" coords="37,80,133,107"/>
<area shape="rect" href="Fonctions_8h.html" title="Fichier contenant les prototypes de chaque fonction." alt="" coords="37,80,133,107"/>
<area shape="rect" title=" " alt="" coords="5,155,72,181"/>
<area shape="rect" title=" " alt="" coords="97,155,167,181"/>
</map>

@ -1 +1 @@
d1c75b23d5cabd40e4d92f764f4ff3f5
556e879da0840e54b7b473b291f483ce

@ -70,14 +70,14 @@ $(function() {
<p>Fichier contenant les fonctions d'ouverture des fichiers de données.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;Fonctions.h&quot;</code><br />
<div class="textblock"><code>#include &quot;<a class="el" href="Fonctions_8h_source.html">Fonctions.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Ouverture.c:</div>
<div class="dyncontent">
<div class="center"><img src="Ouverture_8c__incl.png" border="0" usemap="#aOuverture_8c" alt=""/></div>
<map name="aOuverture_8c" id="aOuverture_8c">
<area shape="rect" title="Fichier contenant les fonctions d&#39;ouverture des fichiers de données." alt="" coords="36,5,135,32"/>
<area shape="rect" href="Fonctions_8h_source.html" title=" " alt="" coords="37,80,133,107"/>
<area shape="rect" href="Fonctions_8h.html" title="Fichier contenant les prototypes de chaque fonction." alt="" coords="37,80,133,107"/>
<area shape="rect" title=" " alt="" coords="5,155,72,181"/>
<area shape="rect" title=" " alt="" coords="97,155,167,181"/>
</map>

@ -1 +1 @@
955170f61b7781ccf8e584617a493e0b
a1a8763b0f58df1cd49342f8aa2424c4

@ -70,14 +70,14 @@ $(function() {
<p>Fichier contenant la fonction de sauvegarde.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;Fonctions.h&quot;</code><br />
<div class="textblock"><code>#include &quot;<a class="el" href="Fonctions_8h_source.html">Fonctions.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Sauvegarde.c:</div>
<div class="dyncontent">
<div class="center"><img src="Sauvegarde_8c__incl.png" border="0" usemap="#aSauvegarde_8c" alt=""/></div>
<map name="aSauvegarde_8c" id="aSauvegarde_8c">
<area shape="rect" title="Fichier contenant la fonction de sauvegarde." alt="" coords="30,5,141,32"/>
<area shape="rect" href="Fonctions_8h_source.html" title=" " alt="" coords="37,80,133,107"/>
<area shape="rect" href="Fonctions_8h.html" title="Fichier contenant les prototypes de chaque fonction." alt="" coords="37,80,133,107"/>
<area shape="rect" title=" " alt="" coords="5,155,72,181"/>
<area shape="rect" title=" " alt="" coords="97,155,167,181"/>
</map>

@ -1 +1 @@
0418959936d7a5d1e399be161be24a69
e794885dbfaf6be47eb8651546e804af

@ -68,7 +68,7 @@ $(function() {
<div class="textblock">Here is a list of all documented files with brief descriptions:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="Affichage_8c.html" target="_self">Affichage.c</a></td><td class="desc">Fichier contenant toutes les fonctions d'affichage </td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="Fonctions_8h_source.html"><span class="icondoc"></span></a><b>Fonctions.h</b></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="Fonctions_8h_source.html"><span class="icondoc"></span></a><a class="el" href="Fonctions_8h.html" target="_self">Fonctions.h</a></td><td class="desc">Fichier contenant les prototypes de chaque fonction </td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="GestionAdherents_8c.html" target="_self">GestionAdherents.c</a></td><td class="desc">Fichier contenant les fonctions de gestion des adhérents </td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="GestionPoints_8c.html" target="_self">GestionPoints.c</a></td><td class="desc">Fichier contenant les fonctions pour la gestion des points des adhérents </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="Global_8c.html" target="_self">Global.c</a></td><td class="desc">Fichier contenant la fonction de gestion des menus </td></tr>

@ -61,69 +61,120 @@ $(function() {
</div>
<div class="contents">
<div class="textblock">Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:</div><ul>
<div class="textblock">Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:</div>
<h3><a id="index_a"></a>- a -</h3><ul>
<li>Affichage1Adherent()
: <a class="el" href="Affichage_8c.html#a8ed766fdd76779bbe0746df063d51139">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#a8ed766fdd76779bbe0746df063d51139">Fonctions.h</a>
</li>
<li>AffichageNbAdherents()
: <a class="el" href="Affichage_8c.html#a05b33583505e7780f97c8123dcbed088">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#a05b33583505e7780f97c8123dcbed088">Fonctions.h</a>
</li>
<li>AffichageNbEntreesTotal()
: <a class="el" href="Affichage_8c.html#aeb4e09b2fc0dade4b91f4f8daa4c1058">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#aeb4e09b2fc0dade4b91f4f8daa4c1058">Fonctions.h</a>
</li>
<li>AffichageNbEntreesTousJour()
: <a class="el" href="Affichage_8c.html#a6f40a5861f94c7ae1f822d365fabc31b">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#a6f40a5861f94c7ae1f822d365fabc31b">Fonctions.h</a>
</li>
<li>AffichageTousAdherents()
: <a class="el" href="Affichage_8c.html#a690d8ce18b1c7a6f9364a69dfcb63d72">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#a690d8ce18b1c7a6f9364a69dfcb63d72">Fonctions.h</a>
</li>
<li>AjoutAdherent()
: <a class="el" href="GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#af8eea7baf132404b92b98198338908f4">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4">GestionAdherents.c</a>
</li>
<li>AjoutPoints()
: <a class="el" href="GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd">GestionPoints.c</a>
: <a class="el" href="Fonctions_8h.html#a5cf26807e80ee8fcac5e821b46809bbd">Fonctions.h</a>
, <a class="el" href="GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd">GestionPoints.c</a>
</li>
</ul>
<h3><a id="index_c"></a>- c -</h3><ul>
<li>ChoixMenu()
: <a class="el" href="Menus_8c.html#a4a461883584bb148c3218a3baae98052">Menus.c</a>
: <a class="el" href="Fonctions_8h.html#a4a461883584bb148c3218a3baae98052">Fonctions.h</a>
, <a class="el" href="Menus_8c.html#a4a461883584bb148c3218a3baae98052">Menus.c</a>
</li>
<li>choixMenuActivites()
: <a class="el" href="Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792">Menus.c</a>
: <a class="el" href="Fonctions_8h.html#ad8c22da9511fb2139e0bc31ed9fad792">Fonctions.h</a>
, <a class="el" href="Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792">Menus.c</a>
</li>
<li>ChoixMenuAffichage()
: <a class="el" href="Menus_8c.html#a4020852cea19461acb61f7241e5cf08c">Menus.c</a>
: <a class="el" href="Fonctions_8h.html#a4020852cea19461acb61f7241e5cf08c">Fonctions.h</a>
, <a class="el" href="Menus_8c.html#a4020852cea19461acb61f7241e5cf08c">Menus.c</a>
</li>
</ul>
<h3><a id="index_d"></a>- d -</h3><ul>
<li>DebitCarte()
: <a class="el" href="GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5">GestionPoints.c</a>
: <a class="el" href="Fonctions_8h.html#aa7c8568be5669d4083bcc65488f719a5">Fonctions.h</a>
, <a class="el" href="GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5">GestionPoints.c</a>
</li>
</ul>
<h3><a id="index_g"></a>- g -</h3><ul>
<li>GestionMenus()
: <a class="el" href="Global_8c.html#ab8c440dfeb6ad2dab49469c202665646">Global.c</a>
: <a class="el" href="Fonctions_8h.html#ab8c440dfeb6ad2dab49469c202665646">Fonctions.h</a>
, <a class="el" href="Global_8c.html#ab8c440dfeb6ad2dab49469c202665646">Global.c</a>
</li>
</ul>
<h3><a id="index_m"></a>- m -</h3><ul>
<li>ModificationActivationCarte()
: <a class="el" href="GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#a95c82e9e32b0b51928303f0d444e553a">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a">GestionAdherents.c</a>
</li>
<li>ModificationAge()
: <a class="el" href="GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#a3b801c8bc5a5f29f6ef0262a1168687a">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a">GestionAdherents.c</a>
</li>
</ul>
<h3><a id="index_o"></a>- o -</h3><ul>
<li>Ouverture()
: <a class="el" href="Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066">Ouverture.c</a>
: <a class="el" href="Fonctions_8h.html#a4313075598422b9874d0cf21c5d68066">Fonctions.h</a>
, <a class="el" href="Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066">Ouverture.c</a>
</li>
<li>OuvertureActivitesJour()
: <a class="el" href="Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">Ouverture.c</a>
: <a class="el" href="Fonctions_8h.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">Fonctions.h</a>
, <a class="el" href="Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">Ouverture.c</a>
</li>
<li>OuvertureMembres()
: <a class="el" href="Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f">Ouverture.c</a>
: <a class="el" href="Fonctions_8h.html#a8acd5a59675e4b759120c62e8cd7e08f">Fonctions.h</a>
, <a class="el" href="Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f">Ouverture.c</a>
</li>
</ul>
<h3><a id="index_r"></a>- r -</h3><ul>
<li>RechercheAdherent()
: <a class="el" href="GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a">GestionPoints.c</a>
: <a class="el" href="Fonctions_8h.html#a34ae330dc7f23836f33af96c5287ec9c">Fonctions.h</a>
, <a class="el" href="GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a">GestionPoints.c</a>
</li>
<li>RechercheAjoutAdherent()
: <a class="el" href="GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#acdbfc37cf00b38c3cd2e90e7342e07b0">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0">GestionAdherents.c</a>
</li>
</ul>
<h3><a id="index_s"></a>- s -</h3><ul>
<li>Sauvegarde()
: <a class="el" href="Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b">Sauvegarde.c</a>
: <a class="el" href="Fonctions_8h.html#acdc20fb9b7c96c421ea9204df14f333b">Fonctions.h</a>
, <a class="el" href="Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b">Sauvegarde.c</a>
</li>
<li>SupprimerAdherent()
: <a class="el" href="GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#a3b14af71fb9afa3153f8486fc90a27fe">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe">GestionAdherents.c</a>
</li>
</ul>
</div><!-- contents -->

@ -61,69 +61,120 @@ $(function() {
</div>
<div class="contents">
&#160;<ul>
&#160;
<h3><a id="index_a"></a>- a -</h3><ul>
<li>Affichage1Adherent()
: <a class="el" href="Affichage_8c.html#a8ed766fdd76779bbe0746df063d51139">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#a8ed766fdd76779bbe0746df063d51139">Fonctions.h</a>
</li>
<li>AffichageNbAdherents()
: <a class="el" href="Affichage_8c.html#a05b33583505e7780f97c8123dcbed088">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#a05b33583505e7780f97c8123dcbed088">Fonctions.h</a>
</li>
<li>AffichageNbEntreesTotal()
: <a class="el" href="Affichage_8c.html#aeb4e09b2fc0dade4b91f4f8daa4c1058">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#aeb4e09b2fc0dade4b91f4f8daa4c1058">Fonctions.h</a>
</li>
<li>AffichageNbEntreesTousJour()
: <a class="el" href="Affichage_8c.html#a6f40a5861f94c7ae1f822d365fabc31b">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#a6f40a5861f94c7ae1f822d365fabc31b">Fonctions.h</a>
</li>
<li>AffichageTousAdherents()
: <a class="el" href="Affichage_8c.html#a690d8ce18b1c7a6f9364a69dfcb63d72">Affichage.c</a>
, <a class="el" href="Fonctions_8h.html#a690d8ce18b1c7a6f9364a69dfcb63d72">Fonctions.h</a>
</li>
<li>AjoutAdherent()
: <a class="el" href="GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#af8eea7baf132404b92b98198338908f4">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4">GestionAdherents.c</a>
</li>
<li>AjoutPoints()
: <a class="el" href="GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd">GestionPoints.c</a>
: <a class="el" href="Fonctions_8h.html#a5cf26807e80ee8fcac5e821b46809bbd">Fonctions.h</a>
, <a class="el" href="GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd">GestionPoints.c</a>
</li>
</ul>
<h3><a id="index_c"></a>- c -</h3><ul>
<li>ChoixMenu()
: <a class="el" href="Menus_8c.html#a4a461883584bb148c3218a3baae98052">Menus.c</a>
: <a class="el" href="Fonctions_8h.html#a4a461883584bb148c3218a3baae98052">Fonctions.h</a>
, <a class="el" href="Menus_8c.html#a4a461883584bb148c3218a3baae98052">Menus.c</a>
</li>
<li>choixMenuActivites()
: <a class="el" href="Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792">Menus.c</a>
: <a class="el" href="Fonctions_8h.html#ad8c22da9511fb2139e0bc31ed9fad792">Fonctions.h</a>
, <a class="el" href="Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792">Menus.c</a>
</li>
<li>ChoixMenuAffichage()
: <a class="el" href="Menus_8c.html#a4020852cea19461acb61f7241e5cf08c">Menus.c</a>
: <a class="el" href="Fonctions_8h.html#a4020852cea19461acb61f7241e5cf08c">Fonctions.h</a>
, <a class="el" href="Menus_8c.html#a4020852cea19461acb61f7241e5cf08c">Menus.c</a>
</li>
</ul>
<h3><a id="index_d"></a>- d -</h3><ul>
<li>DebitCarte()
: <a class="el" href="GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5">GestionPoints.c</a>
: <a class="el" href="Fonctions_8h.html#aa7c8568be5669d4083bcc65488f719a5">Fonctions.h</a>
, <a class="el" href="GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5">GestionPoints.c</a>
</li>
</ul>
<h3><a id="index_g"></a>- g -</h3><ul>
<li>GestionMenus()
: <a class="el" href="Global_8c.html#ab8c440dfeb6ad2dab49469c202665646">Global.c</a>
: <a class="el" href="Fonctions_8h.html#ab8c440dfeb6ad2dab49469c202665646">Fonctions.h</a>
, <a class="el" href="Global_8c.html#ab8c440dfeb6ad2dab49469c202665646">Global.c</a>
</li>
</ul>
<h3><a id="index_m"></a>- m -</h3><ul>
<li>ModificationActivationCarte()
: <a class="el" href="GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#a95c82e9e32b0b51928303f0d444e553a">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a">GestionAdherents.c</a>
</li>
<li>ModificationAge()
: <a class="el" href="GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#a3b801c8bc5a5f29f6ef0262a1168687a">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a">GestionAdherents.c</a>
</li>
</ul>
<h3><a id="index_o"></a>- o -</h3><ul>
<li>Ouverture()
: <a class="el" href="Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066">Ouverture.c</a>
: <a class="el" href="Fonctions_8h.html#a4313075598422b9874d0cf21c5d68066">Fonctions.h</a>
, <a class="el" href="Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066">Ouverture.c</a>
</li>
<li>OuvertureActivitesJour()
: <a class="el" href="Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">Ouverture.c</a>
: <a class="el" href="Fonctions_8h.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">Fonctions.h</a>
, <a class="el" href="Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8">Ouverture.c</a>
</li>
<li>OuvertureMembres()
: <a class="el" href="Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f">Ouverture.c</a>
: <a class="el" href="Fonctions_8h.html#a8acd5a59675e4b759120c62e8cd7e08f">Fonctions.h</a>
, <a class="el" href="Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f">Ouverture.c</a>
</li>
</ul>
<h3><a id="index_r"></a>- r -</h3><ul>
<li>RechercheAdherent()
: <a class="el" href="GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a">GestionPoints.c</a>
: <a class="el" href="Fonctions_8h.html#a34ae330dc7f23836f33af96c5287ec9c">Fonctions.h</a>
, <a class="el" href="GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a">GestionPoints.c</a>
</li>
<li>RechercheAjoutAdherent()
: <a class="el" href="GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#acdbfc37cf00b38c3cd2e90e7342e07b0">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0">GestionAdherents.c</a>
</li>
</ul>
<h3><a id="index_s"></a>- s -</h3><ul>
<li>Sauvegarde()
: <a class="el" href="Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b">Sauvegarde.c</a>
: <a class="el" href="Fonctions_8h.html#acdc20fb9b7c96c421ea9204df14f333b">Fonctions.h</a>
, <a class="el" href="Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b">Sauvegarde.c</a>
</li>
<li>SupprimerAdherent()
: <a class="el" href="GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe">GestionAdherents.c</a>
: <a class="el" href="Fonctions_8h.html#a3b14af71fb9afa3153f8486fc90a27fe">Fonctions.h</a>
, <a class="el" href="GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe">GestionAdherents.c</a>
</li>
</ul>
</div><!-- contents -->

@ -27,5 +27,21 @@ var menudata={children:[
{text:"Files",url:"files.html",children:[
{text:"File List",url:"files.html"},
{text:"Globals",url:"globals.html",children:[
{text:"All",url:"globals.html"},
{text:"Functions",url:"globals_func.html"}]}]}]}
{text:"All",url:"globals.html",children:[
{text:"a",url:"globals.html#index_a"},
{text:"c",url:"globals.html#index_c"},
{text:"d",url:"globals.html#index_d"},
{text:"g",url:"globals.html#index_g"},
{text:"m",url:"globals.html#index_m"},
{text:"o",url:"globals.html#index_o"},
{text:"r",url:"globals.html#index_r"},
{text:"s",url:"globals.html#index_s"}]},
{text:"Functions",url:"globals_func.html",children:[
{text:"a",url:"globals_func.html#index_a"},
{text:"c",url:"globals_func.html#index_c"},
{text:"d",url:"globals_func.html#index_d"},
{text:"g",url:"globals_func.html#index_g"},
{text:"m",url:"globals_func.html#index_m"},
{text:"o",url:"globals_func.html#index_o"},
{text:"r",url:"globals_func.html#index_r"},
{text:"s",url:"globals_func.html#index_s"}]}]}]}]}

@ -1,11 +1,11 @@
var searchData=
[
['affichage_2ec_0',['Affichage.c',['../Affichage_8c.html',1,'']]],
['affichage1adherent_1',['Affichage1Adherent',['../Affichage_8c.html#a8ed766fdd76779bbe0746df063d51139',1,'Affichage.c']]],
['affichagenbadherents_2',['AffichageNbAdherents',['../Affichage_8c.html#a05b33583505e7780f97c8123dcbed088',1,'Affichage.c']]],
['affichagenbentreestotal_3',['AffichageNbEntreesTotal',['../Affichage_8c.html#aeb4e09b2fc0dade4b91f4f8daa4c1058',1,'Affichage.c']]],
['affichagenbentreestousjour_4',['AffichageNbEntreesTousJour',['../Affichage_8c.html#a6f40a5861f94c7ae1f822d365fabc31b',1,'Affichage.c']]],
['affichagetousadherents_5',['AffichageTousAdherents',['../Affichage_8c.html#a690d8ce18b1c7a6f9364a69dfcb63d72',1,'Affichage.c']]],
['ajoutadherent_6',['AjoutAdherent',['../GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4',1,'GestionAdherents.c']]],
['ajoutpoints_7',['AjoutPoints',['../GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd',1,'GestionPoints.c']]]
['affichage1adherent_1',['Affichage1Adherent',['../Affichage_8c.html#a8ed766fdd76779bbe0746df063d51139',1,'Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#a8ed766fdd76779bbe0746df063d51139',1,'Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;Affichage.c']]],
['affichagenbadherents_2',['AffichageNbAdherents',['../Affichage_8c.html#a05b33583505e7780f97c8123dcbed088',1,'AffichageNbAdherents(int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#a05b33583505e7780f97c8123dcbed088',1,'AffichageNbAdherents(int nbElem):&#160;Affichage.c']]],
['affichagenbentreestotal_3',['AffichageNbEntreesTotal',['../Affichage_8c.html#aeb4e09b2fc0dade4b91f4f8daa4c1058',1,'AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#aeb4e09b2fc0dade4b91f4f8daa4c1058',1,'AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem):&#160;Affichage.c']]],
['affichagenbentreestousjour_4',['AffichageNbEntreesTousJour',['../Affichage_8c.html#a6f40a5861f94c7ae1f822d365fabc31b',1,'AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#a6f40a5861f94c7ae1f822d365fabc31b',1,'AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem):&#160;Affichage.c']]],
['affichagetousadherents_5',['AffichageTousAdherents',['../Affichage_8c.html#a690d8ce18b1c7a6f9364a69dfcb63d72',1,'AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#a690d8ce18b1c7a6f9364a69dfcb63d72',1,'AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;Affichage.c']]],
['ajoutadherent_6',['AjoutAdherent',['../Fonctions_8h.html#af8eea7baf132404b92b98198338908f4',1,'AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4',1,'AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem):&#160;GestionAdherents.c']]],
['ajoutpoints_7',['AjoutPoints',['../Fonctions_8h.html#a5cf26807e80ee8fcac5e821b46809bbd',1,'AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte):&#160;GestionPoints.c'],['../GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd',1,'AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte):&#160;GestionPoints.c']]]
];

@ -1,6 +1,6 @@
var searchData=
[
['choixmenu_8',['ChoixMenu',['../Menus_8c.html#a4a461883584bb148c3218a3baae98052',1,'Menus.c']]],
['choixmenuactivites_9',['choixMenuActivites',['../Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792',1,'Menus.c']]],
['choixmenuaffichage_10',['ChoixMenuAffichage',['../Menus_8c.html#a4020852cea19461acb61f7241e5cf08c',1,'Menus.c']]]
['choixmenu_8',['ChoixMenu',['../Fonctions_8h.html#a4a461883584bb148c3218a3baae98052',1,'ChoixMenu(void):&#160;Menus.c'],['../Menus_8c.html#a4a461883584bb148c3218a3baae98052',1,'ChoixMenu(void):&#160;Menus.c']]],
['choixmenuactivites_9',['choixMenuActivites',['../Fonctions_8h.html#ad8c22da9511fb2139e0bc31ed9fad792',1,'choixMenuActivites(void):&#160;Menus.c'],['../Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792',1,'choixMenuActivites(void):&#160;Menus.c']]],
['choixmenuaffichage_10',['ChoixMenuAffichage',['../Fonctions_8h.html#a4020852cea19461acb61f7241e5cf08c',1,'ChoixMenuAffichage(void):&#160;Menus.c'],['../Menus_8c.html#a4020852cea19461acb61f7241e5cf08c',1,'ChoixMenuAffichage(void):&#160;Menus.c']]]
];

@ -1,4 +1,4 @@
var searchData=
[
['debitcarte_11',['DebitCarte',['../GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5',1,'GestionPoints.c']]]
['debitcarte_11',['DebitCarte',['../Fonctions_8h.html#aa7c8568be5669d4083bcc65488f719a5',1,'DebitCarte(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem):&#160;GestionPoints.c'],['../GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5',1,'DebitCarte(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem):&#160;GestionPoints.c']]]
];

@ -1,7 +1,4 @@
var searchData=
[
['gestionadherents_2ec_12',['GestionAdherents.c',['../GestionAdherents_8c.html',1,'']]],
['gestionmenus_13',['GestionMenus',['../Global_8c.html#ab8c440dfeb6ad2dab49469c202665646',1,'Global.c']]],
['gestionpoints_2ec_14',['GestionPoints.c',['../GestionPoints_8c.html',1,'']]],
['global_2ec_15',['Global.c',['../Global_8c.html',1,'']]]
['fonctions_2eh_12',['Fonctions.h',['../Fonctions_8h.html',1,'']]]
];

@ -1,6 +1,7 @@
var searchData=
[
['menus_2ec_16',['Menus.c',['../Menus_8c.html',1,'']]],
['modificationactivationcarte_17',['ModificationActivationCarte',['../GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a',1,'GestionAdherents.c']]],
['modificationage_18',['ModificationAge',['../GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a',1,'GestionAdherents.c']]]
['gestionadherents_2ec_13',['GestionAdherents.c',['../GestionAdherents_8c.html',1,'']]],
['gestionmenus_14',['GestionMenus',['../Fonctions_8h.html#ab8c440dfeb6ad2dab49469c202665646',1,'GestionMenus(void):&#160;Global.c'],['../Global_8c.html#ab8c440dfeb6ad2dab49469c202665646',1,'GestionMenus(void):&#160;Global.c']]],
['gestionpoints_2ec_15',['GestionPoints.c',['../GestionPoints_8c.html',1,'']]],
['global_2ec_16',['Global.c',['../Global_8c.html',1,'']]]
];

@ -1,7 +1,6 @@
var searchData=
[
['ouverture_19',['Ouverture',['../Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066',1,'Ouverture.c']]],
['ouverture_2ec_20',['Ouverture.c',['../Ouverture_8c.html',1,'']]],
['ouvertureactivitesjour_21',['OuvertureActivitesJour',['../Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8',1,'Ouverture.c']]],
['ouverturemembres_22',['OuvertureMembres',['../Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f',1,'Ouverture.c']]]
['menus_2ec_17',['Menus.c',['../Menus_8c.html',1,'']]],
['modificationactivationcarte_18',['ModificationActivationCarte',['../Fonctions_8h.html#a95c82e9e32b0b51928303f0d444e553a',1,'ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a',1,'ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem):&#160;GestionAdherents.c']]],
['modificationage_19',['ModificationAge',['../Fonctions_8h.html#a3b801c8bc5a5f29f6ef0262a1168687a',1,'ModificationAge(int tNoCarte[], int tAge[], int nbElem):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a',1,'ModificationAge(int tNoCarte[], int tAge[], int nbElem):&#160;GestionAdherents.c']]]
];

@ -1,5 +1,7 @@
var searchData=
[
['rechercheadherent_23',['RechercheAdherent',['../GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a',1,'GestionPoints.c']]],
['rechercheajoutadherent_24',['RechercheAjoutAdherent',['../GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0',1,'GestionAdherents.c']]]
['ouverture_20',['Ouverture',['../Fonctions_8h.html#a4313075598422b9874d0cf21c5d68066',1,'Ouverture(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int tMax, int *pasAct):&#160;Ouverture.c'],['../Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066',1,'Ouverture(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int tMax, int *pasAct):&#160;Ouverture.c']]],
['ouverture_2ec_21',['Ouverture.c',['../Ouverture_8c.html',1,'']]],
['ouvertureactivitesjour_22',['OuvertureActivitesJour',['../Fonctions_8h.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8',1,'OuvertureActivitesJour(int tNbActivitesJour[], int tDate[], int tMax):&#160;Ouverture.c'],['../Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8',1,'OuvertureActivitesJour(int tNbActivitesJour[], int tDate[], int tMax):&#160;Ouverture.c']]],
['ouverturemembres_23',['OuvertureMembres',['../Fonctions_8h.html#a8acd5a59675e4b759120c62e8cd7e08f',1,'OuvertureMembres(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax):&#160;Ouverture.c'],['../Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f',1,'OuvertureMembres(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax):&#160;Ouverture.c']]]
];

@ -1,7 +1,5 @@
var searchData=
[
['sae_201_2e01_20_2d_20implémentation_20d_27un_20besoin_20client_25',['SAE 1.01 - Implémentation d&apos;un besoin client',['../index.html',1,'']]],
['sauvegarde_26',['Sauvegarde',['../Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b',1,'Sauvegarde.c']]],
['sauvegarde_2ec_27',['Sauvegarde.c',['../Sauvegarde_8c.html',1,'']]],
['supprimeradherent_28',['SupprimerAdherent',['../GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe',1,'GestionAdherents.c']]]
['rechercheadherent_24',['RechercheAdherent',['../Fonctions_8h.html#a34ae330dc7f23836f33af96c5287ec9c',1,'RechercheAdherent(int tNoCarte[], int nbElem, int NoCarte, int *trouve):&#160;GestionPoints.c'],['../GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a',1,'RechercheAdherent(int tNoCarte[], int nbElem, int noCarte, int *trouve):&#160;GestionPoints.c']]],
['rechercheajoutadherent_25',['RechercheAjoutAdherent',['../Fonctions_8h.html#acdbfc37cf00b38c3cd2e90e7342e07b0',1,'RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0',1,'RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte):&#160;GestionAdherents.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_8.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,7 @@
var searchData=
[
['sae_201_2e01_20_2d_20implémentation_20d_27un_20besoin_20client_26',['SAE 1.01 - Implémentation d&apos;un besoin client',['../index.html',1,'']]],
['sauvegarde_27',['Sauvegarde',['../Fonctions_8h.html#acdc20fb9b7c96c421ea9204df14f333b',1,'Sauvegarde(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int nbElem, int pasAct):&#160;Sauvegarde.c'],['../Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b',1,'Sauvegarde(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int nbElem, int pasAct):&#160;Sauvegarde.c']]],
['sauvegarde_2ec_28',['Sauvegarde.c',['../Sauvegarde_8c.html',1,'']]],
['supprimeradherent_29',['SupprimerAdherent',['../Fonctions_8h.html#a3b14af71fb9afa3153f8486fc90a27fe',1,'SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe',1,'SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;GestionAdherents.c']]]
];

@ -1,4 +1,4 @@
var searchData=
[
['affichage_2ec_29',['Affichage.c',['../Affichage_8c.html',1,'']]]
['affichage_2ec_30',['Affichage.c',['../Affichage_8c.html',1,'']]]
];

@ -1,6 +1,4 @@
var searchData=
[
['gestionadherents_2ec_30',['GestionAdherents.c',['../GestionAdherents_8c.html',1,'']]],
['gestionpoints_2ec_31',['GestionPoints.c',['../GestionPoints_8c.html',1,'']]],
['global_2ec_32',['Global.c',['../Global_8c.html',1,'']]]
['fonctions_2eh_31',['Fonctions.h',['../Fonctions_8h.html',1,'']]]
];

@ -1,4 +1,6 @@
var searchData=
[
['menus_2ec_33',['Menus.c',['../Menus_8c.html',1,'']]]
['gestionadherents_2ec_32',['GestionAdherents.c',['../GestionAdherents_8c.html',1,'']]],
['gestionpoints_2ec_33',['GestionPoints.c',['../GestionPoints_8c.html',1,'']]],
['global_2ec_34',['Global.c',['../Global_8c.html',1,'']]]
];

@ -1,4 +1,4 @@
var searchData=
[
['ouverture_2ec_34',['Ouverture.c',['../Ouverture_8c.html',1,'']]]
['menus_2ec_35',['Menus.c',['../Menus_8c.html',1,'']]]
];

@ -1,4 +1,4 @@
var searchData=
[
['sauvegarde_2ec_35',['Sauvegarde.c',['../Sauvegarde_8c.html',1,'']]]
['ouverture_2ec_36',['Ouverture.c',['../Ouverture_8c.html',1,'']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="files_5.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,4 @@
var searchData=
[
['sauvegarde_2ec_37',['Sauvegarde.c',['../Sauvegarde_8c.html',1,'']]]
];

@ -1,10 +1,10 @@
var searchData=
[
['affichage1adherent_36',['Affichage1Adherent',['../Affichage_8c.html#a8ed766fdd76779bbe0746df063d51139',1,'Affichage.c']]],
['affichagenbadherents_37',['AffichageNbAdherents',['../Affichage_8c.html#a05b33583505e7780f97c8123dcbed088',1,'Affichage.c']]],
['affichagenbentreestotal_38',['AffichageNbEntreesTotal',['../Affichage_8c.html#aeb4e09b2fc0dade4b91f4f8daa4c1058',1,'Affichage.c']]],
['affichagenbentreestousjour_39',['AffichageNbEntreesTousJour',['../Affichage_8c.html#a6f40a5861f94c7ae1f822d365fabc31b',1,'Affichage.c']]],
['affichagetousadherents_40',['AffichageTousAdherents',['../Affichage_8c.html#a690d8ce18b1c7a6f9364a69dfcb63d72',1,'Affichage.c']]],
['ajoutadherent_41',['AjoutAdherent',['../GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4',1,'GestionAdherents.c']]],
['ajoutpoints_42',['AjoutPoints',['../GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd',1,'GestionPoints.c']]]
['affichage1adherent_38',['Affichage1Adherent',['../Affichage_8c.html#a8ed766fdd76779bbe0746df063d51139',1,'Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#a8ed766fdd76779bbe0746df063d51139',1,'Affichage1Adherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;Affichage.c']]],
['affichagenbadherents_39',['AffichageNbAdherents',['../Affichage_8c.html#a05b33583505e7780f97c8123dcbed088',1,'AffichageNbAdherents(int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#a05b33583505e7780f97c8123dcbed088',1,'AffichageNbAdherents(int nbElem):&#160;Affichage.c']]],
['affichagenbentreestotal_40',['AffichageNbEntreesTotal',['../Affichage_8c.html#aeb4e09b2fc0dade4b91f4f8daa4c1058',1,'AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#aeb4e09b2fc0dade4b91f4f8daa4c1058',1,'AffichageNbEntreesTotal(int tNbActivitesJour[], int nbElem):&#160;Affichage.c']]],
['affichagenbentreestousjour_41',['AffichageNbEntreesTousJour',['../Affichage_8c.html#a6f40a5861f94c7ae1f822d365fabc31b',1,'AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#a6f40a5861f94c7ae1f822d365fabc31b',1,'AffichageNbEntreesTousJour(int tNbActivitesJour[], int tDate[], int nbElem):&#160;Affichage.c']]],
['affichagetousadherents_42',['AffichageTousAdherents',['../Affichage_8c.html#a690d8ce18b1c7a6f9364a69dfcb63d72',1,'AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;Affichage.c'],['../Fonctions_8h.html#a690d8ce18b1c7a6f9364a69dfcb63d72',1,'AffichageTousAdherents(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;Affichage.c']]],
['ajoutadherent_43',['AjoutAdherent',['../Fonctions_8h.html#af8eea7baf132404b92b98198338908f4',1,'AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#af8eea7baf132404b92b98198338908f4',1,'AjoutAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax, int nbElem):&#160;GestionAdherents.c']]],
['ajoutpoints_44',['AjoutPoints',['../Fonctions_8h.html#a5cf26807e80ee8fcac5e821b46809bbd',1,'AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte):&#160;GestionPoints.c'],['../GestionPoints_8c.html#a5cf26807e80ee8fcac5e821b46809bbd',1,'AjoutPoints(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int nbElem, int noCarte):&#160;GestionPoints.c']]]
];

@ -1,6 +1,6 @@
var searchData=
[
['choixmenu_43',['ChoixMenu',['../Menus_8c.html#a4a461883584bb148c3218a3baae98052',1,'Menus.c']]],
['choixmenuactivites_44',['choixMenuActivites',['../Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792',1,'Menus.c']]],
['choixmenuaffichage_45',['ChoixMenuAffichage',['../Menus_8c.html#a4020852cea19461acb61f7241e5cf08c',1,'Menus.c']]]
['choixmenu_45',['ChoixMenu',['../Fonctions_8h.html#a4a461883584bb148c3218a3baae98052',1,'ChoixMenu(void):&#160;Menus.c'],['../Menus_8c.html#a4a461883584bb148c3218a3baae98052',1,'ChoixMenu(void):&#160;Menus.c']]],
['choixmenuactivites_46',['choixMenuActivites',['../Fonctions_8h.html#ad8c22da9511fb2139e0bc31ed9fad792',1,'choixMenuActivites(void):&#160;Menus.c'],['../Menus_8c.html#ad8c22da9511fb2139e0bc31ed9fad792',1,'choixMenuActivites(void):&#160;Menus.c']]],
['choixmenuaffichage_47',['ChoixMenuAffichage',['../Fonctions_8h.html#a4020852cea19461acb61f7241e5cf08c',1,'ChoixMenuAffichage(void):&#160;Menus.c'],['../Menus_8c.html#a4020852cea19461acb61f7241e5cf08c',1,'ChoixMenuAffichage(void):&#160;Menus.c']]]
];

@ -1,4 +1,4 @@
var searchData=
[
['debitcarte_46',['DebitCarte',['../GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5',1,'GestionPoints.c']]]
['debitcarte_48',['DebitCarte',['../Fonctions_8h.html#aa7c8568be5669d4083bcc65488f719a5',1,'DebitCarte(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem):&#160;GestionPoints.c'],['../GestionPoints_8c.html#aa7c8568be5669d4083bcc65488f719a5',1,'DebitCarte(int tNoCarte[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int nbElem):&#160;GestionPoints.c']]]
];

@ -1,4 +1,4 @@
var searchData=
[
['gestionmenus_47',['GestionMenus',['../Global_8c.html#ab8c440dfeb6ad2dab49469c202665646',1,'Global.c']]]
['gestionmenus_49',['GestionMenus',['../Fonctions_8h.html#ab8c440dfeb6ad2dab49469c202665646',1,'GestionMenus(void):&#160;Global.c'],['../Global_8c.html#ab8c440dfeb6ad2dab49469c202665646',1,'GestionMenus(void):&#160;Global.c']]]
];

@ -1,5 +1,5 @@
var searchData=
[
['modificationactivationcarte_48',['ModificationActivationCarte',['../GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a',1,'GestionAdherents.c']]],
['modificationage_49',['ModificationAge',['../GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a',1,'GestionAdherents.c']]]
['modificationactivationcarte_50',['ModificationActivationCarte',['../Fonctions_8h.html#a95c82e9e32b0b51928303f0d444e553a',1,'ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#a95c82e9e32b0b51928303f0d444e553a',1,'ModificationActivationCarte(int tNoCarte[], int tCarteActive[], int nbElem):&#160;GestionAdherents.c']]],
['modificationage_51',['ModificationAge',['../Fonctions_8h.html#a3b801c8bc5a5f29f6ef0262a1168687a',1,'ModificationAge(int tNoCarte[], int tAge[], int nbElem):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#a3b801c8bc5a5f29f6ef0262a1168687a',1,'ModificationAge(int tNoCarte[], int tAge[], int nbElem):&#160;GestionAdherents.c']]]
];

@ -1,6 +1,6 @@
var searchData=
[
['ouverture_50',['Ouverture',['../Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066',1,'Ouverture.c']]],
['ouvertureactivitesjour_51',['OuvertureActivitesJour',['../Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8',1,'Ouverture.c']]],
['ouverturemembres_52',['OuvertureMembres',['../Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f',1,'Ouverture.c']]]
['ouverture_52',['Ouverture',['../Fonctions_8h.html#a4313075598422b9874d0cf21c5d68066',1,'Ouverture(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int tMax, int *pasAct):&#160;Ouverture.c'],['../Ouverture_8c.html#a4313075598422b9874d0cf21c5d68066',1,'Ouverture(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int tMax, int *pasAct):&#160;Ouverture.c']]],
['ouvertureactivitesjour_53',['OuvertureActivitesJour',['../Fonctions_8h.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8',1,'OuvertureActivitesJour(int tNbActivitesJour[], int tDate[], int tMax):&#160;Ouverture.c'],['../Ouverture_8c.html#a9b4925d0af4ae4f0ce2a8fd9448a26f8',1,'OuvertureActivitesJour(int tNbActivitesJour[], int tDate[], int tMax):&#160;Ouverture.c']]],
['ouverturemembres_54',['OuvertureMembres',['../Fonctions_8h.html#a8acd5a59675e4b759120c62e8cd7e08f',1,'OuvertureMembres(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax):&#160;Ouverture.c'],['../Ouverture_8c.html#a8acd5a59675e4b759120c62e8cd7e08f',1,'OuvertureMembres(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tMax):&#160;Ouverture.c']]]
];

@ -1,5 +1,5 @@
var searchData=
[
['rechercheadherent_53',['RechercheAdherent',['../GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a',1,'GestionPoints.c']]],
['rechercheajoutadherent_54',['RechercheAjoutAdherent',['../GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0',1,'GestionAdherents.c']]]
['rechercheadherent_55',['RechercheAdherent',['../Fonctions_8h.html#a34ae330dc7f23836f33af96c5287ec9c',1,'RechercheAdherent(int tNoCarte[], int nbElem, int NoCarte, int *trouve):&#160;GestionPoints.c'],['../GestionPoints_8c.html#a962baf9af48dd1fb9d3373a7188d885a',1,'RechercheAdherent(int tNoCarte[], int nbElem, int noCarte, int *trouve):&#160;GestionPoints.c']]],
['rechercheajoutadherent_56',['RechercheAjoutAdherent',['../Fonctions_8h.html#acdbfc37cf00b38c3cd2e90e7342e07b0',1,'RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#acdbfc37cf00b38c3cd2e90e7342e07b0',1,'RechercheAjoutAdherent(int tNoCarte[], int nbElem, int noCarte):&#160;GestionAdherents.c']]]
];

@ -1,5 +1,5 @@
var searchData=
[
['sauvegarde_55',['Sauvegarde',['../Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b',1,'Sauvegarde.c']]],
['supprimeradherent_56',['SupprimerAdherent',['../GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe',1,'GestionAdherents.c']]]
['sauvegarde_57',['Sauvegarde',['../Fonctions_8h.html#acdc20fb9b7c96c421ea9204df14f333b',1,'Sauvegarde(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int nbElem, int pasAct):&#160;Sauvegarde.c'],['../Sauvegarde_8c.html#acdc20fb9b7c96c421ea9204df14f333b',1,'Sauvegarde(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int tNbActivitesJour[], int tDate[], int nbElem, int pasAct):&#160;Sauvegarde.c']]],
['supprimeradherent_58',['SupprimerAdherent',['../Fonctions_8h.html#a3b14af71fb9afa3153f8486fc90a27fe',1,'SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;GestionAdherents.c'],['../GestionAdherents_8c.html#a3b14af71fb9afa3153f8486fc90a27fe',1,'SupprimerAdherent(int tNoCarte[], int tAge[], int tPointsCarte[], int tCarteActive[], int nbElem):&#160;GestionAdherents.c']]]
];

@ -1,4 +1,4 @@
var searchData=
[
['sae_201_2e01_20_2d_20implémentation_20d_27un_20besoin_20client_57',['SAE 1.01 - Implémentation d&apos;un besoin client',['../index.html',1,'']]]
['sae_201_2e01_20_2d_20implémentation_20d_27un_20besoin_20client_59',['SAE 1.01 - Implémentation d&apos;un besoin client',['../index.html',1,'']]]
];

@ -1,7 +1,7 @@
var indexSectionsWithContent =
{
0: "acdgmors",
1: "agmos",
0: "acdfgmors",
1: "afgmos",
2: "acdgmors",
3: "s"
};

Loading…
Cancel
Save