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_SIZE_H
16 #define MUMPS_SIZE_H
17 #include "mumps_common.h"
18 #include "mumps_c_types.h"
19 #define MUMPS_SIZE_C \
20         F_SYMBOL( size_c, SIZE_C)
21 void  MUMPS_CALL MUMPS_SIZE_C(char *a, char *b, MUMPS_INT *diff);
22 #endif /* MUMPS_SIZE_H */
23