index
:
xavi/psxsdk
master
Fork of PSXSDK with experimental features.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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