This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
libmain.c
Go to the documentation of this file.
1
/*************************************************************************\
2
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3
* National Laboratory.
4
* Copyright (c) 2002 The Regents of the University of California, as
5
* Operator of Los Alamos National Laboratory.
6
* EPICS BASE is distributed subject to a Software License Agreement found
7
* in file LICENSE that is included with this distribution.
8
\*************************************************************************/
9
/* libmain - flex run-time support library "main" function */
10
11
extern
int
yylex
();
12
13
int
main
(
int
argc,
char
*argv[])
14
{
15
return
yylex
();
16
}
yylex
int yylex()
Definition:
yylex.c:56
main
int main(int argc, char *argv[])
Definition:
libmain.c:13
modules
libcom
src
flex
libmain.c
Generated by
1.8.11