Files
SAPFOR/dvm/tools/pppa/trunk/src/statist.h

8 lines
177 B
C
Raw Normal View History

2023-09-15 08:30:58 +03:00
#if !defined( __STATIST_H )
#define __STATIST_H
void CreateInter(int typef,long val);
int FindInter(int typef,long val);
void EndInter(long nline);
void FreeInter(void);
#endif