diff options
author | biouman <biouman> | 2001-05-02 01:14:42 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-02 01:14:42 +0000 |
commit | 4115cde1a2045658f66cf1ba09e42556ec3cb7a5 (patch) | |
tree | 2f93f4f1b3ab57729e778541c6caae100b387698 /include | |
parent | 5cc0d45db39afff3bceae05977c89709cf9dd30a (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/pile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pile.h b/include/pile.h index e06d11f..4f6aeab 100644 --- a/include/pile.h +++ b/include/pile.h @@ -41,6 +41,8 @@ void move_to_resultat_pile(void); char * pop_resultat(void); +polynome return_last(int *valid); + int has_resultat(void); #endif |