[go: up one dir, main page]

File: ssort.h

package info (click to toggle)
suck 4.3.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,196 kB
  • sloc: ansic: 12,086; perl: 528; sh: 363; makefile: 345; java: 144
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (10)
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 */