1 /*
2  *
3  *  This file is part of MUMPS 5.1.2, released
4  *  on Mon Oct  2 07:37:01 UTC 2017
5  *
6  *
7  *  Copyright 1991-2017 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
8  *  University of Bordeaux.
9  *
10  *  This version of MUMPS is provided to you free of charge. It is
11  *  released under the CeCILL-C license:
12  *  http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
13  *
14  */
15 #ifndef MUMPS_SCOTCH_INT_H
16 #define MUMPS_SCOTCH_INT_H
17 #include "mumps_common.h" /* includes mumps_compat.h and mumps_c_types.h */
18 #define MUMPS_SCOTCH_INTSIZE \
19   F_SYMBOL(scotch_intsize,SCOTCH_INTSIZE)
20 void MUMPS_CALL
21 MUMPS_SCOTCH_INTSIZE(MUMPS_INT *scotch_int_size);
22 #endif
23