projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use g_cond_wait_until() instead of g_cond_timed_wait()
[projects/chimara/chimara.git]
/
interpreters
/
bocfel
/
branch.h
1
#ifndef ZTERP_BRANCH_H
2
#define ZTERP_BRANCH_H
3
4
void branch_if(int);
5
6
void zjump(void);
7
void zjz(void);
8
void zje(void);
9
void zjl(void);
10
void zjg(void);
11
12
#endif