HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
common_cpp.h
Go to the documentation of this file.
1 
6 #ifndef _COMMON_CPP_H_
7 #define _COMMON_CPP_H_
8 
12 extern "C" void GetStringFromInteger(int, char*, int);
13 
14 #endif
void GetStringFromInteger(int, char *, int)