#ifndef _SUCK_SSORT_H

/* function prototypes */
void ssort(PList *, int, int);
PList my_bsearch(PList *, char *, int);

#endif /* SUCK_SSORT.H */


syntax highlighted by Code2HTML, v. 0.9.1