HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
common.h
Go to the documentation of this file.
1
6
#ifndef _COMMON_H_
7
#define _COMMON_H_
8
12
void
GetStringFromInteger
(
int
,
char
*,
int
);
13
14
#endif
GetStringFromInteger
void GetStringFromInteger(int, char *, int)
Definition:
CommonFunctions.c:15