summaryrefslogtreecommitdiff
path: root/tools/spasm/eval.h
blob: a568f7e6bfbb6f68d7cd0223bde0992cf1f6ffdd (plain) (blame)
1
2
3
4
5
6
#ifndef _SPASM_EVAL_H
#define _SPASM_EVAL_H

unsigned int spasm_eval(char *expr);

#endif