index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
types.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'types.h')
-rw-r--r--
types.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 518248b..3aaf8bc 100644
--- a/
types.h
+++ b/
types.h
@@ -259,6 +259,7 @@ struct uc_vm {
size_t spread_values;
uint8_t trace;
uc_stringbuf_t *strbuf;
+ FILE *output;
};