Files
SAPFOR/dvm/tools/pppa/trunk/src/statist.h
2023-09-15 08:30:58 +03:00

8 lines
177 B
C

#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