diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pile.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pile.h b/include/pile.h index d2e3176..031424f 100644 --- a/include/pile.h +++ b/include/pile.h @@ -36,4 +36,11 @@ int is_mute(char *st); void act_pile(int func); void affichage_pile(void); + +void move_to_resultat_pile(void); + +char * pop_resultat(void); + + + #endif |