nmpp
cInit.h
1//------------------------------------------------------------------------
2//
3// $Workfile:: cInit. $
4//
5// Векторно-матричная библиотека
6//
7// Copyright (c) RC Module Inc.
8//
9// $Revision: 1.1 $ $Date: 2005/01/12 14:01:21 $
10//
19//------------------------------------------------------------------------
20#ifndef _CINIT_H_INCLUDED_
21#define _CINIT_H_INCLUDED_
22
23#ifdef __cplusplus
24 extern "C" {
25#endif
26
27//*****************************************************************************
28
29//*****************************************************************************
30
83int nmppcRandMinMaxDiv(int nMin, int nMax, int nDivisible);
84int nmppcRandMinMax(int nMin, int nMax);
85int nmppcRand();
87
88#ifdef __cplusplus
89 };
90#endif
91
92#endif // _CINIT_H_INCLUDED_