1 // ----------------------------------------------------------------------------
3 // ----------------------------------------------------------------------------
5 #ifndef GENERALTRICKS_H
6 #define GENERALTRICKS_H
15 extern void DEC(int *VAR, int Delta);
16 extern void INC(int *VAR, int Delta);
17 extern void MyReplace(char *TS, char *Pat1, char *Pat2);
18 extern char *MySplit(char *TS, char *Sep, long SCount);
19 extern double ValEx(char *TS);
21 #endif /* GENERALTRICKS_H */