File: include.h

package info (click to toggle)
haskell-hoogle 5.0.18.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: haskell: 3,570; javascript: 359; ansic: 110; sh: 33; xml: 20; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (3)
1
2
3

int text_search(char* haystack, char** needles, int exact, int* results);
int text_search_bound(char* xs);