Files
openfoam/applications/utilities/parallelProcessing/decompositionMethods/metis-5.0pre2/libmetis/stdheaders.h
2008-04-15 18:56:58 +01:00

27 lines
418 B
C

/*
* Copyright 1997, Regents of the University of Minnesota
*
* stdheaders.h
*
* This file includes all necessary header files
*
* Started 8/27/94
* George
*
* $Id: stdheaders.h,v 1.2 2003/07/25 14:31:45 karypis Exp $
*/
#include <stdio.h>
#ifdef __STDC__
#include <stdlib.h>
#else
#include <malloc.h>
#endif
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <stdarg.h>
#include <time.h>