343 lines
39 KiB
HTML
343 lines
39 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<title>GrafX2: main.c File Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.5.8 -->
|
|
<script type="text/javascript">
|
|
<!--
|
|
function changeDisplayState (e){
|
|
var num=this.id.replace(/[^[0-9]/g,'');
|
|
var button=this.firstChild;
|
|
var sectionDiv=document.getElementById('dynsection'+num);
|
|
if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
|
|
sectionDiv.style.display='block';
|
|
button.src='open.gif';
|
|
}else{
|
|
sectionDiv.style.display='none';
|
|
button.src='closed.gif';
|
|
}
|
|
}
|
|
function initDynSections(){
|
|
var divs=document.getElementsByTagName('div');
|
|
var sectionCounter=1;
|
|
for(var i=0;i<divs.length-1;i++){
|
|
if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
|
|
var header=divs[i];
|
|
var section=divs[i+1];
|
|
var button=header.firstChild;
|
|
if (button!='IMG'){
|
|
divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
|
|
button=document.createElement('img');
|
|
divs[i].insertBefore(button,divs[i].firstChild);
|
|
}
|
|
header.style.cursor='pointer';
|
|
header.onclick=changeDisplayState;
|
|
header.id='dynheader'+sectionCounter;
|
|
button.src='closed.gif';
|
|
section.id='dynsection'+sectionCounter;
|
|
section.style.display='none';
|
|
section.style.marginLeft='14px';
|
|
sectionCounter++;
|
|
}
|
|
}
|
|
}
|
|
window.onload = initDynSections;
|
|
-->
|
|
</script>
|
|
<div class="navigation" id="top">
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="main.html"><span>Main Page</span></a></li>
|
|
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>Globals</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>main.c File Reference</h1><code>#include <stdio.h></code><br>
|
|
<code>#include <stdlib.h></code><br>
|
|
<code>#include <string.h></code><br>
|
|
<code>#include <signal.h></code><br>
|
|
<code>#include <time.h></code><br>
|
|
<code>#include <unistd.h></code><br>
|
|
<code>#include <SDL.h></code><br>
|
|
<code>#include <SDL_image.h></code><br>
|
|
<code>#include "<a class="el" href="const_8h.html">const.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="struct_8h.html">struct.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="global_8h.html">global.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="graph_8h.html">graph.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="divers_8h.html">divers.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="init_8h.html">init.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="boutons_8h.html">boutons.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="moteur_8h.html">moteur.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="pages_8h.html">pages.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="files_8h.html">files.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="loadsave_8h.html">loadsave.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="sdlscreen_8h.html">sdlscreen.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="erreurs_8h.html">erreurs.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="readini_8h.html">readini.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="saveini_8h.html">saveini.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="io_8h.html">io.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="texte_8h.html">texte.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="setup_8h.html">setup.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="windows_8h.html">windows.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="brush_8h.html">brush.h</a>"</code><br>
|
|
<code>#include "<a class="el" href="palette_8h.html">palette.h</a>"</code><br>
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td></td></tr>
|
|
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#976044ec346f06d7d8d2f04e9798a65a">VARIABLES_GLOBALES</a></td></tr>
|
|
|
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#8c5eeb15e6f5f5e878eee6dc3bf97747">Afficher_syntaxe</a> (void)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#ef4c545a228795c28cc1c3f6f7879794">Erreur_fonction</a> (int Code, const char *Nom_fichier, int Numero_ligne, const char *Nom_fonction)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#4f6c2378e49fa3c0022357520e17e099">Analyse_de_la_ligne_de_commande</a> (int argc, char *argv[])</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#f089af495e759e0b6aee06c3a0aae867">Initialisation_du_programme</a> (int argc, char *argv[])</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#c073e499767ba1999d9b4ca4bbb4a91a">Fermeture_du_programme</a> (void)</td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>
|
|
|
|
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_8h.html#b8ef12fab634c171394422d0ee8baf94">byte</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#44073c54f2169e778cd936470ff9d496">Ancien_nb_lignes</a></td></tr>
|
|
|
|
</table>
|
|
<hr><h2>Define Documentation</h2>
|
|
<a class="anchor" name="976044ec346f06d7d8d2f04e9798a65a"></a><!-- doxytag: member="main.c::VARIABLES_GLOBALES" ref="976044ec346f06d7d8d2f04e9798a65a" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">#define VARIABLES_GLOBALES </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<hr><h2>Function Documentation</h2>
|
|
<a class="anchor" name="8c5eeb15e6f5f5e878eee6dc3bf97747"></a><!-- doxytag: member="main.c::Afficher_syntaxe" ref="8c5eeb15e6f5f5e878eee6dc3bf97747" args="(void)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void Afficher_syntaxe </td>
|
|
<td>(</td>
|
|
<td class="paramtype">void </td>
|
|
<td class="paramname"> </td>
|
|
<td> ) </td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
<p>References <a class="el" href="divers_8c.html#617a55552ebd202c1fb8cd65fefd5a88">Libelle_mode()</a>, and <a class="el" href="global_8h.html#92078103246bc8c8c8b52041f49eb95d">Nb_modes_video</a>.</p>
|
|
|
|
<p>Referenced by <a class="el" href="main_8c.html#4f6c2378e49fa3c0022357520e17e099">Analyse_de_la_ligne_de_commande()</a>, and <a class="el" href="main_8c.html#ef4c545a228795c28cc1c3f6f7879794">Erreur_fonction()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="ef4c545a228795c28cc1c3f6f7879794"></a><!-- doxytag: member="main.c::Erreur_fonction" ref="ef4c545a228795c28cc1c3f6f7879794" args="(int Code, const char *Nom_fichier, int Numero_ligne, const char *Nom_fonction)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void Erreur_fonction </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>Code</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const char * </td>
|
|
<td class="paramname"> <em>Nom_fichier</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>Numero_ligne</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const char * </td>
|
|
<td class="paramname"> <em>Nom_fonction</em></td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
<p>References <a class="el" href="main_8c.html#8c5eeb15e6f5f5e878eee6dc3bf97747">Afficher_syntaxe()</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479bebe698d0dcfc99c5d108ab28d0a5917ef">ERREUR_CFG_ABSENT</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be7343c14d6a72f3d4daee2d31efb9a17a">ERREUR_CFG_ANCIEN</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be259be6b9ac002c3b830a0737095374ff">ERREUR_CFG_CORROMPU</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be5a2adccd1db4424e7a2d5cfe4e046dbb">ERREUR_DRIVER_SOURIS</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be22456fb9106fbdf6bad6050cc948fbfa">ERREUR_GUI_ABSENT</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be561a062de7e076bd44376c4b8e873f31">ERREUR_GUI_CORROMPU</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be3eb5a13ebb96d161a847def7abc0085a">ERREUR_INI_ABSENT</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479befbae0beac9dd64806a8e4821eb434218">ERREUR_INI_CORROMPU</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479bec9e07ff5b7f51525fbf868e854e0a709">ERREUR_LIGNE_COMMANDE</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be6998c75302ad373b61f274e9dc38f8cd">ERREUR_MEMOIRE</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be330a6a48f075c5e63531250b293d7181">ERREUR_MODE_INTERDIT</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479becf55b488ee3cbabc574dbcf7f3d43184">ERREUR_REPERTOIRE_DISPARU</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479becf10d3bdd7704cac2b24419a3d9e0f7b">ERREUR_SAUVEGARDE_CFG</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be829a9571deeea4139c34b73e57b82065">ERREUR_SAUVEGARDE_INI</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be25a3fcd5c82dee647d806abc6eff714b">ERREUR_SORRY_SORRY_SORRY</a>, <a class="el" href="global_8h.html#93d1e7ef6c9c23bcb72545d5023a48b7">Ligne_INI</a>, <a class="el" href="global_8h.html#5f1a588fbaff890b98047add4138c451">Principal_Palette</a>, and <a class="el" href="divers_8c.html#9d902fe9687285300da908c6d1d2527a">Set_palette()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="4f6c2378e49fa3c0022357520e17e099"></a><!-- doxytag: member="main.c::Analyse_de_la_ligne_de_commande" ref="4f6c2378e49fa3c0022357520e17e099" args="(int argc, char *argv[])" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void Analyse_de_la_ligne_de_commande </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>argc</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">char * </td>
|
|
<td class="paramname"> <em>argv</em>[]</td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
<p>References <a class="el" href="main_8c.html#8c5eeb15e6f5f5e878eee6dc3bf97747">Afficher_syntaxe()</a>, <a class="el" href="global_8h.html#dab1d2d11471879efd925f4fd178d94c">Config</a>, <a class="el" href="divers_8c.html#0abe4a94574c07f4d790be4abc9efc91">Conversion_argument_mode()</a>, <a class="el" href="erreurs_8h.html#1eaaeb3005eecdd9344d33213b87c24d">Erreur</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479bec9e07ff5b7f51525fbf868e854e0a709">ERREUR_LIGNE_COMMANDE</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be330a6a48f075c5e63531250b293d7181">ERREUR_MODE_INTERDIT</a>, <a class="el" href="io_8c.html#2f970506e24d7c885b4276cde46fc95f">Extraire_chemin()</a>, <a class="el" href="io_8c.html#399cb56ac639dc2087d77125fea18ccd">Extraire_nom_fichier()</a>, <a class="el" href="io_8c.html#260aa799bda8d9c4cd8dc85c2660d783">Fichier_existe()</a>, <a class="el" href="global_8h.html#a2f5a72d34ad1b559d2fd4570b2acce2">Mode_video</a>, <a class="el" href="const_8h.html#661449b9d26e056652b9b9e9b5c9a92442c73d478a69c70ad65298bcc2d62ab2">PIXEL_DOUBLE</a>, <a class="el" href="global_8h.html#80e59681385c3246939f77b0e331eaf5">Pixel_ratio</a>, <a class="el" href="const_8h.html#661449b9d26e056652b9b9e9b5c9a9240f539454d4329c157660654cbf5f9d5e">PIXEL_TALL</a>, <a class="el" href="const_8h.html#661449b9d26e056652b9b9e9b5c9a9243ef3e01c498adcfa76a2b4cc7707b62b">PIXEL_WIDE</a>, <a class="el" href="global_8h.html#bf9eeff2f5280d088d53b20a16735bc1">Principal_Nom_fichier</a>, <a class="el" href="global_8h.html#ec3523466f54c86d620e69126204d2b8">Principal_Repertoire_fichier</a>, <a class="el" href="realpath_8c.html#2e11f4970f1e16a43540673121226266">realpath()</a>, <a class="el" href="global_8h.html#8e5ba3ef27851360c240f80ceae17ce7">Resolution_actuelle</a>, <a class="el" href="structS__Config.html#4df68767d1e25b063e776cb863e45d22">S_Config::Resolution_par_defaut</a>, <a class="el" href="palette_8c.html#767ab0ee74e19ae945be4bff80409f0b">Set_Palette_RGB_Scale()</a>, <a class="el" href="const_8h.html#902d5031f45feff7645d54db1fb09cc8">TAILLE_CHEMIN_FICHIER</a>, <a class="el" href="global_8h.html#1bcc48fa0591415ee9096ae1ec54f29f">Un_fichier_a_ete_passe_en_parametre</a>, and <a class="el" href="global_8h.html#7a0d60f19014877fde771f8d60ecf350">Une_resolution_a_ete_passee_en_parametre</a>.</p>
|
|
|
|
<p>Referenced by <a class="el" href="main_8c.html#f089af495e759e0b6aee06c3a0aae867">Initialisation_du_programme()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="f089af495e759e0b6aee06c3a0aae867"></a><!-- doxytag: member="main.c::Initialisation_du_programme" ref="f089af495e759e0b6aee06c3a0aae867" args="(int argc, char *argv[])" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void Initialisation_du_programme </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>argc</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">char * </td>
|
|
<td class="paramname"> <em>argv</em>[]</td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
<p>References <a class="el" href="const_8h.html#51417c1d879ac9953f38d3b621497a35">A_GAUCHE</a>, <a class="el" href="windows_8c.html#b837de751a467219ee4eaa9202c56aef">Afficher_curseur()</a>, <a class="el" href="windows_8c.html#229189a6f515fa2c828f151d192f2a55">Afficher_menu()</a>, <a class="el" href="windows_8c.html#647804b31113754ed563b4b409e12a94">Afficher_pinceau_dans_menu()</a>, <a class="el" href="graph_8c.html#f50c8c0e8a7c1fa466155635364caec1">Afficher_pixel()</a>, <a class="el" href="const_8h.html#c7e01ce6c7c08d8d61e99c2d9dc40280">ALPHA_BETA</a>, <a class="el" href="main_8c.html#4f6c2378e49fa3c0022357520e17e099">Analyse_de_la_ligne_de_commande()</a>, <a class="el" href="global_8h.html#1e1f90c8931c61c1e970088dea7f351c">Ancien_Brouillon_Decalage_X</a>, <a class="el" href="global_8h.html#19e9223ef5f15d116eeac2e2251a2758">Ancien_Brouillon_Decalage_Y</a>, <a class="el" href="global_8h.html#495a274827a2bf37a2d35216c7749d72">Ancien_Principal_Decalage_X</a>, <a class="el" href="global_8h.html#70ea03e8d560843d4f9fa02d96b7f5d0">Ancien_Principal_Decalage_Y</a>, <a class="el" href="graph_8c.html#5a26388a03f08a56390d493eff3ca880">Aucun_effet()</a>, <a class="el" href="global_8h.html#373c9a261481c707f2fd5e098570358e">Back_color</a>, <a class="el" href="const_8h.html#67ce97fb706063548062aa641d77a7a8c6e2f3a29ebe9b275b1c352e573faff3">BOUTON_DESSIN</a>, <a class="el" href="global_8h.html#2f0ad4554be882dc735663431f905699">Brosse</a>, <a class="el" href="global_8h.html#8cbb59aa0481de23d6569deac1591220">Brosse_Commentaire</a>, <a class="el" href="global_8h.html#97fdfadebf1181496b0c595e2aa52b33">Brosse_File_list_Decalage</a>, <a class="el" href="global_8h.html#a9f1c06190c615b7ada72d8780c0eb30">Brosse_File_list_Position</a>, <a class="el" href="global_8h.html#0208b968c2ca3fae0a6f543c7f3fa12d">Brosse_Format</a>, <a class="el" href="global_8h.html#a613a70049600443a76b5b75b12aecec">Brosse_Format_fichier</a>, <a class="el" href="global_8h.html#2956feabfe4f892e48e3c94c4e0683c3">Brosse_Hauteur</a>, <a class="el" href="global_8h.html#351c523b070dcc376b5107c97e7ed23d">Brosse_Largeur</a>, <a class="el" href="global_8h.html#7dbe221398e256f0187bd9f13005073a">Brosse_Nom_fichier</a>, <a class="el" href="global_8h.html#04955f55162649b1170f32b9ff32ac65">Brosse_Repertoire_courant</a>, <a class="el" href="global_8h.html#81329d7e41f548b2a50251a1dc56ebe5">Brosse_Repertoire_fichier</a>, <a class="el" href="global_8h.html#fc783e6ff779fd2d6bbdadb049501387">Brouillon_Backups</a>, <a class="el" href="global_8h.html#0514f1c5300baca90a3f79917319cf6f">Brouillon_Commentaire</a>, <a class="el" href="global_8h.html#ef55ce2f9a0dbac70665e860f8b1dcd3">Brouillon_Decalage_X</a>, <a class="el" href="global_8h.html#36383d52af8707f1a097b621c3b92b05">Brouillon_Decalage_Y</a>, <a class="el" href="global_8h.html#1a2f5c04a74144c7c24781f9e853e632">Brouillon_File_list_Decalage</a>, <a class="el" href="global_8h.html#c05dc092b78d6c6e565e32963014d83d">Brouillon_File_list_Position</a>, <a class="el" href="global_8h.html#f9644e9da100896da66104a092833e96">Brouillon_Format</a>, <a class="el" href="global_8h.html#13c5edfe41bf350e0539e071436c78c7">Brouillon_Format_fichier</a>, <a class="el" href="global_8h.html#250556e5b81e3b413b4e8e80cedbfa79">Brouillon_Hauteur_image</a>, <a class="el" href="global_8h.html#fabe3585c7c4264a77e61d1328f7b270">Brouillon_Image_modifiee</a>, <a class="el" href="global_8h.html#acd7e6a8628c7c11a58f2619911b8cee">Brouillon_Largeur_image</a>, <a class="el" href="global_8h.html#f42355a454d238f277dca1b72d769e1e">Brouillon_Loupe_Decalage_X</a>, <a class="el" href="global_8h.html#44751851f25312fc79f4c36ec3a1a690">Brouillon_Loupe_Decalage_Y</a>, <a class="el" href="global_8h.html#94010bf3a94fadc5f3b192563e4309be">Brouillon_Loupe_Facteur</a>, <a class="el" href="global_8h.html#61aa63b38f1df5f39ef9bdbdf4edd292">Brouillon_Loupe_Hauteur</a>, <a class="el" href="global_8h.html#46f1624dbbc9eee6fb653b502cce5ffe">Brouillon_Loupe_Largeur</a>, <a class="el" href="global_8h.html#7796aaa69d8c59ca6aacd2bf38642853">Brouillon_Loupe_Mode</a>, <a class="el" href="global_8h.html#9023c9a9af370bf0535e5b19ca794350">Brouillon_Nom_fichier</a>, <a class="el" href="global_8h.html#f6f0f9cb391be6296f76f65c72cea3df">Brouillon_Proportion_split</a>, <a class="el" href="global_8h.html#fcb8bc90db20a2f76c4556c46aa5a26f">Brouillon_Repertoire_courant</a>, <a class="el" href="global_8h.html#7b9fcd0b003796c93490578d83363b7f">Brouillon_Repertoire_fichier</a>, <a class="el" href="global_8h.html#d3951f3c6a671d2c78481c8059b60fbe">Brouillon_Split</a>, <a class="el" href="global_8h.html#9e89534853fc252784717e571249362e">Brouillon_X_Zoom</a>, <a class="el" href="global_8h.html#39e993716ee1502137c2ea989659df10">Buffer_de_ligne_horizontale</a>, <a class="el" href="global_8h.html#ca83ba1a027b77b8047aa05ddf0cf2f1">Cacher_curseur</a>, <a class="el" href="global_8h.html#cd2e3977e76ff4445e18fbfc76dd0fac">Cacher_pinceau</a>, <a class="el" href="windows_8c.html#0985b5bd3806a8c736a638c2b27cdd68">Calculer_coordonnees_pinceau()</a>, <a class="el" href="windows_8c.html#3638f05cd2c02c7ac73dd65c780fdf5e">Calculer_couleurs_menu_optimales()</a>, <a class="el" href="windows_8c.html#0150a202290f2604eba01321bf77e56f">Calculer_donnees_loupe()</a>, <a class="el" href="boutons_8c.html#9de75ac0a6d4c848bc8ed740ebbb3718">Calculer_les_tables_de_Colorize()</a>, <a class="el" href="windows_8c.html#d3a50926a505af757f3a235a16fe77ae">Calculer_limites()</a>, <a class="el" href="brush_8c.html#23b5af038073c2a9178d4933da80dad0">Capturer_brosse()</a>, <a class="el" href="init_8c.html#95e24fc27e420f60c94da5448ca676e8">Charger_CFG()</a>, <a class="el" href="init_8c.html#aeb539f827bf9a55a73af4ccaea3da01">Charger_DAT()</a>, <a class="el" href="readini_8c.html#74247d4e545c722c7b8905c4dc0b7dcb">Charger_INI()</a>, <a class="el" href="global_8h.html#d8b59d9ecd6ef59a2c327149b09b1d78">CM_Blanc</a>, <a class="el" href="global_8h.html#76e6f9f9677aa5d91e0cf13e38a3b7ea">CM_Clair</a>, <a class="el" href="global_8h.html#02a0b5b38a87add8d0effd7b1575f4e0">CM_Fonce</a>, <a class="el" href="global_8h.html#cd2803f162f85b24ac1c1b2a2c25b6de">CM_Noir</a>, <a class="el" href="global_8h.html#1407d476d3a9c7a32555f590bf168185">Colorize_Mode</a>, <a class="el" href="global_8h.html#98c39c93535f317e2619682f3051fc7a">Colorize_Mode_en_cours</a>, <a class="el" href="global_8h.html#b17be3048e33dbfcab38235e579116f2">Colorize_Opacite</a>, <a class="el" href="global_8h.html#dab1d2d11471879efd925f4fd178d94c">Config</a>, <a class="el" href="init_8c.html#0f71bc8c7504682697c942cc48f10384">Config_par_defaut()</a>, <a class="el" href="boutons_8c.html#2b4e1bd18f1ffd409f5e018b3119fa5b">Copier_trame_predefinie()</a>, <a class="el" href="structS__Config.html#a3b875d2f56f3fc2789f1ba027135951">S_Config::Coul_menu_pref</a>, <a class="el" href="global_8h.html#ff505f376760a44d4ec2259cbebf767f">Coul_menu_pref</a>, <a class="el" href="global_8h.html#47485d78ef9a14cebabc9ca07f1a1809">Couleur_debut_palette</a>, <a class="el" href="global_8h.html#a911391a4ca95423b8bd6b71f3828d65">Courbe_en_cours</a>, <a class="el" href="erreurs_8h.html#3e3b842efc9f67e56cd67d9e7d5a078c">DEBUG</a>, <a class="el" href="init_8c.html#3a746f07e9e26b371327fcece4f66aa0">Definition_des_modes_video()</a>, <a class="el" href="files_8c.html#27a0d7b9615613f79e9d1d7a70aba2a8">Determiner_repertoire_courant()</a>, <a class="el" href="moteur_8c.html#24ef487162c458dd942a0f1d984ebc7d">Enclencher_bouton()</a>, <a class="el" href="erreurs_8h.html#1eaaeb3005eecdd9344d33213b87c24d">Erreur</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479bebe698d0dcfc99c5d108ab28d0a5917ef">ERREUR_CFG_ABSENT</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be7343c14d6a72f3d4daee2d31efb9a17a">ERREUR_CFG_ANCIEN</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be259be6b9ac002c3b830a0737095374ff">ERREUR_CFG_CORROMPU</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479be6998c75302ad373b61f274e9dc38f8cd">ERREUR_MEMOIRE</a>, <a class="el" href="const_8h.html#8975548086337caa501af94b43d41164">FACTEUR_DE_ZOOM_PAR_DEFAUT</a>, <a class="el" href="global_8h.html#e9488312ce9c12e6f43e686dc46eb4fd">Fenetre</a>, <a class="el" href="global_8h.html#e85d87627a923a576b1809cc5c20b07f">Fonction_effet</a>, <a class="el" href="global_8h.html#7cfc733b9288a1db646299f44117e3b7">Fonte</a>, <a class="el" href="structS__Config.html#c2eeac300aeae0aa347d4ecbf22297a9">S_Config::Fonte</a>, <a class="el" href="global_8h.html#8f13653acdf13a69cb323ce07670c05e">Fonte_fun</a>, <a class="el" href="global_8h.html#609755f741317c8581171e34d09da4ee">Fonte_systeme</a>, <a class="el" href="global_8h.html#1dcb527dfd983729f2b4acadb743ee6c">Forcer_affichage_curseur</a>, <a class="el" href="global_8h.html#b790189aeb3d252f013fe7049107a974">Fore_color</a>, <a class="el" href="const_8h.html#ac32382bebec698eb7f35bb0483d3085">FORMAT_PAR_DEFAUT</a>, <a class="el" href="global_8h.html#0625d5e49ae754d9fd4757f05395c508">Forme_curseur</a>, <a class="el" href="const_8h.html#d443a3229c9090775400886ebdbffccec243b5d2fab945b3f9f55622bc9949a9">FORME_CURSEUR_CIBLE</a>, <a class="el" href="const_8h.html#a4039b8d89fe9f09bf46438ed1152ef142b94f17d5a6880c5bd31ebf156a6952">FORME_PINCEAU_ROND</a>, <a class="el" href="global_8h.html#0c5ed86b0b71ed97746a96e443e5563c">Hauteur</a>, <a class="el" href="global_8h.html#4832486ae2e8cb0da5a1d69287adcd71">Hauteur_ecran</a>, <a class="el" href="const_8h.html#04cb6a1648a8d0cec050b46981c7c794">HAUTEUR_PINCEAU</a>, <a class="el" href="init_8c.html#8e2cb4e76fcbd7539c90c920665f7c40">Initialisation_des_boutons()</a>, <a class="el" href="init_8c.html#91fe359cc51d4843eda9abf05fa8af6b">Initialisation_des_operations()</a>, <a class="el" href="texte_8c.html#392776de4e1986e198e4ec5d90641171">Initialisation_Texte()</a>, <a class="el" href="pages_8c.html#cbd8b93b8439f089552fe9ce4cec6091">Initialiser_les_listes_de_backups_en_debut_de_programme()</a>, <a class="el" href="init_8c.html#bcf32ccea7a59ea789a14166ce614a49">Initialiser_les_tables_de_multiplication()</a>, <a class="el" href="graph_8c.html#2fcef390c62be14ef9901ebf50a6b556">Initialiser_mode_video()</a>, <a class="el" href="pages_8c.html#44aca8a56c4ddf471c267466fc6c2586">Initialiser_S_Liste_de_pages()</a>, <a class="el" href="init_8c.html#566de74b0bfa1e330e19d773b9140c41">Initialiser_sighandler()</a>, <a class="el" href="global_8h.html#2686a66e0f5877144081aa12212fbc87">joystick</a>, <a class="el" href="global_8h.html#018f388352a08434a4685baa424b8929">Largeur</a>, <a class="el" href="global_8h.html#71463060a85d2c31eea4d9a16c535e4c">Largeur_ecran</a>, <a class="el" href="const_8h.html#584b19a969e0de14a24c1daca13f6a6e">LARGEUR_PINCEAU</a>, <a class="el" href="global_8h.html#ed0ff41c6f9d677d8ae4679015302961">Ligne_en_cours</a>, <a class="el" href="global_8h.html#6817bd7c5ae49a65c2dbfd69b5b7e664">Liste_du_fileselect</a>, <a class="el" href="global_8h.html#a44c690e65649ea73b170342353ad96f">Loupe_Decalage_X</a>, <a class="el" href="global_8h.html#343ff69d3c119586b546c6e54836dc8a">Loupe_Decalage_Y</a>, <a class="el" href="global_8h.html#d5944d3555e9ddbd0f35e0cc51d72914">Loupe_Facteur</a>, <a class="el" href="global_8h.html#c1d02bc94d96def2ea0c8b313ed4dd17">Loupe_Hauteur</a>, <a class="el" href="global_8h.html#490193d15f4956f63178aba986eb96dd">Loupe_Largeur</a>, <a class="el" href="global_8h.html#4f5e6ab2338af71ae4064d2ab9c5a985">Loupe_Mode</a>, <a class="el" href="global_8h.html#29ea52b9ea2226d9da4117340a62cb73">Mask_Mode</a>, <a class="el" href="global_8h.html#6c569ffb936cfa38c977b77c2a849a12">Masque_copie_couleurs</a>, <a class="el" href="global_8h.html#6af9bf4242525f848e3394ee0ca97728">Menu_visible</a>, <a class="el" href="global_8h.html#bc86e96e58d8afda32675f859911d543">Mode_de_dessin_en_cours</a>, <a class="el" href="global_8h.html#a2f5a72d34ad1b559d2fd4570b2acce2">Mode_video</a>, <a class="el" href="structS__Config.html#2e941a1de4522dcae408c33c25715e4c">S_Config::Nb_pages_Undo</a>, <a class="el" href="const_8h.html#eedeb326a2c1f5bb767158e0b45e6fc67db281d3b6611b3e5e997769e1f8e787">OPERATION_COURBE_3_POINTS</a>, <a class="el" href="const_8h.html#eedeb326a2c1f5bb767158e0b45e6fc6a3f7954531da33c6471ba012a566f241">OPERATION_DESSIN_CONTINU</a>, <a class="el" href="const_8h.html#eedeb326a2c1f5bb767158e0b45e6fc6c32a4d9cf05ac230e7f5932e7defd2ab">OPERATION_LIGNE</a>, <a class="el" href="global_8h.html#1370308b31631c34a4caa89326491afe">Operation_Taille_pile</a>, <a class="el" href="global_8h.html#a46c4ecdd41adf8bc3d8d580a80dd100">Palette_defaut</a>, <a class="el" href="global_8h.html#73c30e2901cd43911a61816952f2be23">Pinceau_Forme</a>, <a class="el" href="global_8h.html#170870a870fdcba189e6440a0ac20040">Pinceau_Hauteur</a>, <a class="el" href="global_8h.html#5b443ff48695c1a3cc6352736943f16f">Pinceau_Largeur</a>, <a class="el" href="global_8h.html#da2494d8f24cc8d5d96a36f3383c4686">Pinceau_Sprite</a>, <a class="el" href="global_8h.html#8a8d01a86842615adb4e78270d54a5d9">Pinceau_X</a>, <a class="el" href="global_8h.html#a313234d03c5b6f6b30e540965812404">Pinceau_Y</a>, <a class="el" href="loadsave_8c.html#509ac755882d17da53ffc5349427ece4">Pixel_Chargement_dans_ecran_courant()</a>, <a class="el" href="windows_8c.html#f8bee0839ea1b775383a80c0f1f64f5c">Pixel_dans_barre_d_outil()</a>, <a class="el" href="global_8h.html#8623e54f8e0bde3bc54c33b3a8ca5af6">Pixel_dans_menu</a>, <a class="el" href="global_8h.html#eb5db1c9de3133e32d28a998c791d991">Pixel_de_chargement</a>, <a class="el" href="global_8h.html#74eff5aea3bab6a130d25d1683147417">Pixel_height</a>, <a class="el" href="global_8h.html#80e59681385c3246939f77b0e331eaf5">Pixel_ratio</a>, <a class="el" href="const_8h.html#661449b9d26e056652b9b9e9b5c9a924c29d7a2a702132aabdd279e4534bc5f5">PIXEL_SIMPLE</a>, <a class="el" href="global_8h.html#f8d64f88a6eca7902af827431bf92682">Pixel_width</a>, <a class="el" href="const_8h.html#67ad26412a3a3e5cac9fe27fa7afc075">POURCENTAGE_VERSION</a>, <a class="el" href="global_8h.html#8ced19dc05b46fa98d483f5970d0dc68">Principal_Backups</a>, <a class="el" href="global_8h.html#1ee4681c58939f0eb594058e1799f7d5">Principal_Commentaire</a>, <a class="el" href="global_8h.html#fe1a14715e293b33119771548b59c23b">Principal_Decalage_X</a>, <a class="el" href="global_8h.html#a92d6a164a3ce838964227dd7012e05a">Principal_Decalage_Y</a>, <a class="el" href="global_8h.html#8addd439152afd516eee6404384e9136">Principal_Ecran</a>, <a class="el" href="global_8h.html#ee088cf0ee11572b79abfd107f6d7680">Principal_File_list_Decalage</a>, <a class="el" href="global_8h.html#52c4259a08bab01f6d6a3a3f7996c0a4">Principal_File_list_Position</a>, <a class="el" href="global_8h.html#bc104d35b96ce2944d0815024e458212">Principal_Format</a>, <a class="el" href="global_8h.html#9b661302b64e55699843387bb6780213">Principal_Format_fichier</a>, <a class="el" href="global_8h.html#48dd1a1f2a5b757ae37f31afe991f20c">Principal_Hauteur_image</a>, <a class="el" href="global_8h.html#77dc6f0a30ddf07c22f3fca82a1c595d">Principal_Image_modifiee</a>, <a class="el" href="global_8h.html#c575dff8dfa9dca914fa23c29a008040">Principal_Largeur_image</a>, <a class="el" href="global_8h.html#bf9eeff2f5280d088d53b20a16735bc1">Principal_Nom_fichier</a>, <a class="el" href="global_8h.html#5f1a588fbaff890b98047add4138c451">Principal_Palette</a>, <a class="el" href="global_8h.html#24beac3af83e19a7ead0c788c6e519ca">Principal_Proportion_split</a>, <a class="el" href="global_8h.html#fad90cc380eb9639c10d78e1be066ede">Principal_Repertoire_courant</a>, <a class="el" href="global_8h.html#ec3523466f54c86d620e69126204d2b8">Principal_Repertoire_fichier</a>, <a class="el" href="global_8h.html#a10b04149a8f9950079cb17c904f0b5c">Principal_Split</a>, <a class="el" href="global_8h.html#4edb76b48e7b0615bde91bfa0e21f8a4">Principal_X_Zoom</a>, <a class="el" href="const_8h.html#5f706a65b7a2282a7e50dfdce92dbadc">PROPORTION_SPLIT</a>, <a class="el" href="global_8h.html#a6174e9cc05f397c1abdc8defc753b70">Quick_shade_Mode</a>, <a class="el" href="global_8h.html#f334d84a20ac54f24317cd81c5f97704">Quit_demande</a>, <a class="el" href="global_8h.html#7e7ad9205a82bd1d4509ae4192410e70">Repertoire_de_configuration</a>, <a class="el" href="global_8h.html#6c14d3d33a2ee81e30956d2744bf2304">Repertoire_des_donnees</a>, <a class="el" href="global_8h.html#a49e51ccbb80e1b807075f2543dfb4c5">Repertoire_initial</a>, <a class="el" href="global_8h.html#8e5ba3ef27851360c240f80ceae17ce7">Resolution_actuelle</a>, <a class="el" href="setup_8c.html#fd36d70050a4a14b07f890e9b85938b7">Set_Config_Directory()</a>, <a class="el" href="setup_8c.html#0c856157f0055cabc6caa039b21e1675">Set_Data_Directory()</a>, <a class="el" href="setup_8c.html#6ecaa2029ceee3690330eec1939903eb">Set_Program_Directory()</a>, <a class="el" href="global_8h.html#a4608ed5043c7b19d3604b82af771b85">Shade_Mode</a>, <a class="el" href="global_8h.html#04185513f1abeeeba7bfbf663527de9b">Smear_Brosse</a>, <a class="el" href="global_8h.html#eca156993e6aa07fba0b02c4bee19406">Smear_Brosse_Hauteur</a>, <a class="el" href="global_8h.html#b2ab418c2b5d624988b3fe8dd51715f1">Smear_Brosse_Largeur</a>, <a class="el" href="global_8h.html#f017df904427d3b01d9e15f4723575d6">Smear_Mode</a>, <a class="el" href="global_8h.html#617430818df6fa9ed3c2fd404ff1880b">Smooth_Mode</a>, <a class="el" href="global_8h.html#7069dde650cd5806b64dfb80f228d98f">Snap_Decalage_X</a>, <a class="el" href="global_8h.html#99a1b9d7d035a7c0b73e17539a85328d">Snap_Decalage_Y</a>, <a class="el" href="global_8h.html#de0cd8eddc9a7dc3837c97252de7d3da">Snap_Hauteur</a>, <a class="el" href="global_8h.html#119c9281e01407c604dd501635f884f3">Snap_Largeur</a>, <a class="el" href="global_8h.html#1fb5c14595315407c5db798dbdd1c8d2">Snap_Mode</a>, <a class="el" href="global_8h.html#857cddcf4ca7a5fe952d042b4b16c7c4">Sortir_du_programme</a>, <a class="el" href="global_8h.html#86c5113b1738d2697eb9747c384d58d3">Spray_Delay</a>, <a class="el" href="global_8h.html#a57d6e645a13a93208fa26103f1d663e">Spray_Mode</a>, <a class="el" href="global_8h.html#02edef4afe85c634946b615d1261d35b">Spray_Mono_flow</a>, <a class="el" href="global_8h.html#89f9d5dd6ab9622fd5503c075cecab1b">Spray_Multi_flow</a>, <a class="el" href="global_8h.html#da3be1e38092b564c76f520c455c8605">Spray_Size</a>, <a class="el" href="global_8h.html#89353dd16cc7faa5f6e69bc89d8faf5a">Table_mul_facteur_zoom</a>, <a class="el" href="global_8h.html#863a560ba1b4905ffb7daa328eecce7d">TABLE_ZOOM</a>, <a class="el" href="const_8h.html#902d5031f45feff7645d54db1fb09cc8">TAILLE_CHEMIN_FICHIER</a>, <a class="el" href="const_8h.html#2728b03c170d745854e104772c9f49c2">TAILLE_MAXI_PINCEAU</a>, <a class="el" href="global_8h.html#9f6a4c0e0ae45c8fc3f76d577f817cfc">Tiling_Mode</a>, <a class="el" href="global_8h.html#77b753a2ef044b506a4149676585602e">Traiter_pixel_de_degrade</a>, <a class="el" href="global_8h.html#0b4fe2a7fc7d36d4829b5322235e86e7">Trame_Mode</a>, and <a class="el" href="global_8h.html#1bcc48fa0591415ee9096ae1ec54f29f">Un_fichier_a_ete_passe_en_parametre</a>.</p>
|
|
|
|
<p>Referenced by <a class="el" href="main_8c.html#0ddf1224851353fc92bfbff6f499fa97">main()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="c073e499767ba1999d9b4ca4bbb4a91a"></a><!-- doxytag: member="main.c::Fermeture_du_programme" ref="c073e499767ba1999d9b4ca4bbb4a91a" args="(void)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void Fermeture_du_programme </td>
|
|
<td>(</td>
|
|
<td class="paramtype">void </td>
|
|
<td class="paramname"> </td>
|
|
<td> ) </td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
<p>References <a class="el" href="structS__Config.html#814abccfff489eccb78257b73aa482ba">S_Config::Auto_save</a>, <a class="el" href="global_8h.html#2f0ad4554be882dc735663431f905699">Brosse</a>, <a class="el" href="global_8h.html#cb53fc32edfb26bb4243e164b8f63e1c">Brouillon_Ecran</a>, <a class="el" href="global_8h.html#39e993716ee1502137c2ea989659df10">Buffer_de_ligne_horizontale</a>, <a class="el" href="global_8h.html#dab1d2d11471879efd925f4fd178d94c">Config</a>, <a class="el" href="erreurs_8h.html#1eaaeb3005eecdd9344d33213b87c24d">Erreur</a>, <a class="el" href="const_8h.html#87f5c1d54b898a61ab8bb5d46ac479becf55b488ee3cbabc574dbcf7f3d43184">ERREUR_REPERTOIRE_DISPARU</a>, <a class="el" href="graph_8h.html#fb1e95aabbb61ab29babd79bfe03512f">Nouveau_nombre_de_backups()</a>, <a class="el" href="global_8h.html#da2494d8f24cc8d5d96a36f3383c4686">Pinceau_Sprite</a>, <a class="el" href="global_8h.html#8addd439152afd516eee6404384e9136">Principal_Ecran</a>, <a class="el" href="global_8h.html#a49e51ccbb80e1b807075f2543dfb4c5">Repertoire_initial</a>, <a class="el" href="init_8c.html#80439b08857a437828e3c8d3aee5fe43">Sauver_CFG()</a>, and <a class="el" href="saveini_8c.html#81ba3b85b1ae4265043133319e5da136">Sauver_INI()</a>.</p>
|
|
|
|
<p>Referenced by <a class="el" href="main_8c.html#0ddf1224851353fc92bfbff6f499fa97">main()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="0ddf1224851353fc92bfbff6f499fa97"></a><!-- doxytag: member="main.c::main" ref="0ddf1224851353fc92bfbff6f499fa97" args="(int argc, char *argv[])" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">int main </td>
|
|
<td>(</td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"> <em>argc</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">char * </td>
|
|
<td class="paramname"> <em>argv</em>[]</td><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
<p>References <a class="el" href="boutons_8c.html#9a6900c720dfe2bdfbbf5781e8d63808">Bouton_Message_initial()</a>, <a class="el" href="boutons_8c.html#bc347ebe12cd2e6638a2d37e7677bf7a">Bouton_Page()</a>, <a class="el" href="boutons_8c.html#a350c5b78979a9623872e30f5a4af74d">Bouton_Reload()</a>, <a class="el" href="global_8h.html#dab1d2d11471879efd925f4fd178d94c">Config</a>, <a class="el" href="main_8c.html#c073e499767ba1999d9b4ca4bbb4a91a">Fermeture_du_programme()</a>, <a class="el" href="io_8c.html#260aa799bda8d9c4cd8dc85c2660d783">Fichier_existe()</a>, <a class="el" href="moteur_8c.html#063efffc30ceaf75367a556752e5de6b">Gestion_principale()</a>, <a class="el" href="main_8c.html#f089af495e759e0b6aee06c3a0aae867">Initialisation_du_programme()</a>, <a class="el" href="global_8h.html#dcaa6afb88354d24da5f39d3ee8bc019">Logo_GrafX2</a>, <a class="el" href="structS__Config.html#d977796462c9a35d53982030d0663b17">S_Config::Opening_message</a>, <a class="el" href="global_8h.html#77dc6f0a30ddf07c22f3fca82a1c595d">Principal_Image_modifiee</a>, <a class="el" href="global_8h.html#bf9eeff2f5280d088d53b20a16735bc1">Principal_Nom_fichier</a>, <a class="el" href="global_8h.html#ec3523466f54c86d620e69126204d2b8">Principal_Repertoire_fichier</a>, <a class="el" href="global_8h.html#7e7ad9205a82bd1d4509ae4192410e70">Repertoire_de_configuration</a>, <a class="el" href="const_8h.html#902d5031f45feff7645d54db1fb09cc8">TAILLE_CHEMIN_FICHIER</a>, <a class="el" href="global_8h.html#1bcc48fa0591415ee9096ae1ec54f29f">Un_fichier_a_ete_passe_en_parametre</a>, <a class="el" href="global_8h.html#7a0d60f19014877fde771f8d60ecf350">Une_resolution_a_ete_passee_en_parametre</a>, and <a class="el" href="windows_8c.html#ffb163523e7c7f96b69a889ce1a69882">Warning_message()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<hr><h2>Variable Documentation</h2>
|
|
<a class="anchor" name="44073c54f2169e778cd936470ff9d496"></a><!-- doxytag: member="main.c::Ancien_nb_lignes" ref="44073c54f2169e778cd936470ff9d496" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="struct_8h.html#b8ef12fab634c171394422d0ee8baf94">byte</a> <a class="el" href="main_8c.html#44073c54f2169e778cd936470ff9d496">Ancien_nb_lignes</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
</div>
|
|
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Mar 6 16:43:57 2009 for GrafX2 by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
|
|
</body>
|
|
</html>
|