Skip to content

Commit

Permalink
Commentaires et explications
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeriuno committed Feb 18, 2016
1 parent 19bf2ce commit c71ab4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotel.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Chambres
----------------------*/
void chargement_chambres() ; /* Procédure lancée au démarrage: les chambres sont chargées dans un tableau à partir du fichier (défini dans les constantes)*/
int rech_chambre(int chambre_rech) ; /* Trouver une chambre à partir d'un numéro de chambre */
void modification_chambre(int res_chambre) ;
void modification_chambre(int res_chambre) ; /* Modifier les caractéristiques d'une chambre */
void enreg_chambre() ; /* Enregistrer les changemens apportés aux chambres */
void affichage_chambre() ; /* Montre toutes les caractéristiques */
void modif_prix_chambre() ; /* Modification du prix des nuitées */
Expand Down

0 comments on commit c71ab4f

Please sign in to comment.