File: soundex.h

package info (click to toggle)
serpento 0.3.6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 292 kB
  • ctags: 381
  • sloc: python: 1,644; ansic: 666; perl: 157; sh: 116; makefile: 72
file content (3 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
/* soundex routine is sto^H^H^Hborrowed from python soundexmodule.c */
void soundex_hash(const char *str, char *result, int len);