File: ssort.h

package info (click to toggle)
suck 4.3.2-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,156 kB
  • ctags: 1,125
  • sloc: ansic: 12,143; perl: 539; makefile: 387; sh: 363; java: 144
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
#ifndef _SUCK_SSORT_H

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

#endif /* SUCK_SSORT.H */