/[wait]/trunk/WAIT.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

Annotation of /trunk/WAIT.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations)
Fri Apr 28 15:40:52 2000 UTC (24 years ago) by ulpfr
Original Path: cvs-head/WAIT.h
File MIME type: text/plain
File size: 1102 byte(s)
Initial revision

1 ulpfr 10 /* -*- Mode: C -*-
2     * metaphone.h --
3     * ITIID : $ITI$ $Header $__Header$
4     * Author : Ulrich Pfeifer
5     * Created On : Fri Oct 11 13:29:13 1996
6     * Last Modified By: Ulrich Pfeifer
7     * Last Modified On: Fri Oct 11 14:48:41 1996
8     * Language : C
9     * Update Count : 5
10     * Status : Unknown, Use with caution!
11     *
12     * (C) Copyright 1996, Universität Dortmund, all rights reserved.
13     *
14     * $Locker: $
15     * $Log: WAIT.h,v $
16     * Revision 1.7 1997/02/04 15:44:32 pfeifer
17     * *** empty log message ***
18     *
19     * Revision 1.0.1.1 1996/12/30 14:20:57 pfeifer
20     * patch1: Converted to dist-3.0
21     *
22     */
23    
24     #ifndef METAPHONE_H
25     #define METAPHONE_H
26     #ifdef __cplusplus
27     /* declare these as C style functions */
28     extern "C"
29     {
30     #endif /* def __cplusplus */
31    
32    
33     extern bool IsAlpha _((unsigned char c));
34     extern bool IsVowel _((unsigned char c));
35     extern unsigned char ToUpper _((unsigned char c));
36     extern unsigned char ToLower _((unsigned char c));
37     extern unsigned char *isolc _((unsigned char * c, int len));
38     #ifdef __cplusplus
39     }
40     #endif /* def __cplusplus */
41    
42     #endif

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26