Main Page   Modules   Compound List   File List   File Members  

common_headers.h

00001 #ifndef _COMMON_HEADERS_H_
00002 #define _COMMON_HEADERS_H_
00003 
00004 
00005 #include <string.h>
00006 #include <stdio.h>
00007 #include <stdlib.h>
00008 #include <ctype.h>
00009 #include <math.h>
00010 
00011 struct Domain;
00012 struct Cell;
00013 struct Face;
00014 struct Edge;
00015 struct Vertex;
00016 
00017 
00018 typedef void (*FILE_READER_PTR) (const char*, struct Domain*);
00019 
00020 #endif

Generated on Sun Nov 27 23:41:47 2005 by doxygen1.2.18