| version 1.4, Sun Mar 9 15:17:11 2003 UTC | version 1.5, Mon Aug 25 14:17:56 2003 UTC | ||
|---|---|---|---|
|
|
||
| %{ | |||
| /* front-end scanner for vmgen example | /* front-end scanner for vmgen example | ||
| Copyright (C) 2001,2003 Free Software Foundation, Inc. | Copyright (C) 2001,2003 Free Software Foundation, Inc. | ||
|
|
||
| /* %option yylineno (flex option, implied by flex -l) */ | /* %option yylineno (flex option, implied by flex -l) */ | ||
| %{ | |||
| #include <stdlib.h> | #include <stdlib.h> | ||
| #include <string.h> | #include <string.h> | ||
| char *mystrdup(const char *s) | char *mystrdup(const char *s) |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |