gtsam
3rdparty
metis
libmetis
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 5993 2009-01-07 02:09:57Z karypis $
12
*/
13
14
#ifndef _LIBMETIS_STDHEADERS_H_
15
#define _LIBMETIS_STDHEADERS_H_
16
17
#include <stdio.h>
18
#ifdef __STDC__
19
#include <stdlib.h>
20
#else
21
#include <malloc.h>
22
#endif
23
#include <string.h>
24
#include <ctype.h>
25
#include <math.h>
26
#include <stdarg.h>
27
#include <time.h>
28
29
#endif
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:36:24