|
|
1.1 root 1: /*
2: Hatari - evaluate.h
3:
1.1.1.3 ! root 4: This file is distributed under the GNU General Public License, version 2
! 5: or at your option any later version. Read the file gpl.txt for details.
1.1 root 6: */
7:
8: #ifndef HATARI_EVALUATE_H
9: #define HATARI_EVALUATE_H
10:
11: extern bool Eval_Number(const char *value, Uint32 *number);
1.1.1.2 root 12: extern int Eval_Range(char *str, Uint32 *lower, Uint32 *upper, bool bForDsp);
1.1 root 13: extern const char* Eval_Expression(const char *expression, Uint32 *result, int *offset, bool bForDsp);
14:
15: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.