1 #ifndef _SUCK_SSORT_H
2 
3 /* function prototypes */
4 void ssort(PList *, int, int);
5 PList my_bsearch(PList *, char *, int);
6 
7 #endif /* SUCK_SSORT.H */
8