1 #ifndef _MAPLE_H
2 #define _MAPLE_H
3 
4 void maple_print_lincomb(hashtab *ht, char *letter, int nl);
5 
6 #endif
7