The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

headers.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 1993, 1995 Christopher Seiwald.
00003  *
00004  * This file is part of Jam - see jam.c for Copyright information.
00005  */
00006 
00007 /*
00008  * headers.h - handle #includes in source files
00009  */
00010 
00011 void headers( TARGET *t );
00012 
00013 #ifdef OPT_HEADER_CACHE_EXT
00014 struct regexp;
00015 LIST *headers1( LIST *l, char *file, int rec, struct regexp *re[] );
00016 #endif

Generated on Mon Nov 8 17:07:35 2004 for MPT by  doxygen 1.3.9.1