Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

acpp.h

Go to the documentation of this file.
00001 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
00002 
00003 /*  ArchC Pre-processor generates tools for the described arquitecture
00004     Copyright (C) 2002-2004  The ArchC Team
00005 
00006     This program is free software; you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation; either version 2 of the License, or
00009     (at your option) any later version.
00010 
00011     This program is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014     GNU General Public License for more details.
00015 */
00016 
00017 /********************************************************/
00018 /* Acpp.h: The ArchC pre-processor.                     */
00019 /* Author: Sandro Rigo                                  */
00020 /* Date: 16-07-2002                                     */
00021 /*                                                      */
00022 /* The ArchC Team                                       */
00023 /* Computer Systems Laboratory (LSC)                    */
00024 /* IC-UNICAMP                                           */
00025 /* http://www.lsc.ic.unicamp.br                         */
00027 
00032 
00033 
00034 
00035 #ifndef _ACCP_H_
00036 #define _ACCP_H_
00037 
00039 // Function Prototypes               //
00041 extern void acppInit();
00042 extern int acppLoad(char *filename);
00043 extern void acppUnload();
00044 extern int acppRun();
00045 
00046 
00047 #endif /*_ACCP_H_*/
00048 
00049  

Generated on Thu Jun 24 08:30:05 2004 for ArchC by doxygen 1.3.4