oomph_metis_from_parmetis_3.1.1/stdheaders.h
Go to the documentation of this file.
1 /*
2  * Copyright 1997, Regents of the University of Minnesota
3  *
4  * stdheaders.h
5  *
6  * This file includes all necessary header files
7  *
8  * Started 8/27/94
9  * George
10  *
11  * $Id: stdheaders.h,v 1.2 2003/07/25 14:31:45 karypis Exp $
12  */
13 
14 
15 #include <stdio.h>
16 #ifdef __STDC__
17 #include <stdlib.h>
18 #else
19 #include <malloc.h>
20 #endif
21 #include <string.h>
22 #include <ctype.h>
23 #include <math.h>
24 #include <stdarg.h>
25 #include <time.h>
26 #include <assert.h>
27