home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
lib
/
oogl
/
wa
/
wa.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-04-08
|
176 b
|
14 lines
#ifndef _WA_H_
#define _WA_H_
/* Word acceptor structure: */
typedef struct {
int start, fail, state;
int nstates, ngens;
char **genlist;
int **action;
} wa;
#endif