ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/io/parse_me.h
Revision: 1733
Committed: Fri Nov 12 06:19:04 2004 UTC (19 years, 8 months ago) by tim
Content type: text/plain
File size: 174 byte(s)
Log Message:
OOPSE = Object-Obfuscated Parallel Simulation Engine

File Contents

# User Rev Content
1 gezelter 1490 /* header file to include when one needs to use the parser. */
2    
3    
4     #ifdef __cplusplus
5     extern "C" {
6     #endif
7    
8 tim 1733 void yacc_BASS(const char* file_name );
9 gezelter 1490
10     #ifdef __cplusplus
11     }
12     #endif