File: soundex.h

package info (click to toggle)
serpento 0.4.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 360 kB
  • ctags: 391
  • sloc: python: 1,762; ansic: 669; perl: 157; sh: 122; 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);