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
/
dict.h
1
#ifndef DICTIONARY_H
2
#define DICTIONARY_H
3
4
#include <stdint.h>
5
6
void tokenize(uint16_t, uint16_t, uint16_t, int);
7
8
void ztokenise(void);
9
void zencode_text(void);
10
11
#endif