/* * Copyright 1997, Regents of the University of Minnesota * * metis.h * * This file includes all necessary header files * * Started 8/27/94 * George * * $Id: metis.h,v 1.1 1998/11/27 17:59:21 karypis Exp $ */ /* Modified 2 July 2001 by JRG to compile under Windows with lcc * added #define __VC__ to avoid calls to srand48 and drand48 */ #define __VC__ #include #ifdef __STDC__ #include #else #include #endif /*#include */ #include #include #include #include #include #ifdef DMALLOC #include #endif #include #include #include #include #include