summaryrefslogtreecommitdiff
path: root/svp_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'svp_util.c')
-rw-r--r--svp_util.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/svp_util.c b/svp_util.c
new file mode 100644
index 0000000..362646f
--- /dev/null
+++ b/svp_util.c
@@ -0,0 +1,5 @@
+
+void svp_read_16(svp_context *context)
+{
+ context->internal[0] = 0;
+}