File: include.h

package info (click to toggle)
haskell-hoogle 5.0.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 504 kB
  • ctags: 37
  • sloc: haskell: 2,762; 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);