/[wait]/cvs-head/soundex.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /cvs-head/soundex.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Fri Apr 28 15:40:52 2000 UTC (24 years ago) by ulpfr
File MIME type: text/plain
File size: 224 byte(s)
Initial revision

1 #ifndef __SOUNDEX_H__
2 #define __SOUNDEX_H__
3
4 #ifdef __GNUC__
5 void Soundex (char *Name, char *Key);
6 void Phonix (char *Name, char *Key);
7 #else
8 extern void Soundex ();
9 extern void Phonix ();
10 #endif
11
12 #endif /* __SOUNDEX_H__ */

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26