summaryrefslogtreecommitdiff
path: root/c-embed-lua/hi.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-07-17 17:13:45 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-07-17 17:13:45 +0200
commitc83e5d2713334d39bf0718f626cab387f7331a98 (patch)
treefc3a55eae0ca2d5e5b5398699150123203c77c65 /c-embed-lua/hi.h
parent22840a3551d6564ea271d4be6ef7b539d4eba409 (diff)
downloadprobe-c83e5d2713334d39bf0718f626cab387f7331a98.tar.gz
Added exposed C functions to Lua embed
Diffstat (limited to 'c-embed-lua/hi.h')
-rw-r--r--c-embed-lua/hi.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/c-embed-lua/hi.h b/c-embed-lua/hi.h
index c339ac6..630da70 100644
--- a/c-embed-lua/hi.h
+++ b/c-embed-lua/hi.h
@@ -169,6 +169,15 @@ unsigned char hi[] = {
0x28, 0x29, 0x20, 0x64, 0x6f, 0x0a, 0x09, 0x70, 0x72, 0x69, 0x6e, 0x74,
0x28, 0x6c, 0x69, 0x6e, 0x65, 0x29, 0x0a, 0x65, 0x6e, 0x64, 0x0a, 0x0a,
0x66, 0x69, 0x6c, 0x65, 0x3a, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x28, 0x29,
- 0x0a
+ 0x0a, 0x0a, 0x2d, 0x2d, 0x20, 0x45, 0x78, 0x70, 0x6f, 0x73, 0x69, 0x6e,
+ 0x67, 0x20, 0x43, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
+ 0x73, 0x2e, 0x0a, 0x0a, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x28, 0x22,
+ 0x45, 0x78, 0x70, 0x6f, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x43, 0x20, 0x66,
+ 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x29, 0x0a, 0x0a,
+ 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
+ 0x20, 0x3d, 0x20, 0x63, 0x5f, 0x73, 0x75, 0x6d, 0x28, 0x33, 0x2c, 0x20,
+ 0x35, 0x29, 0x0a, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x28, 0x22, 0x53, 0x75,
+ 0x6d, 0x20, 0x69, 0x73, 0x22, 0x2c, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c,
+ 0x74, 0x29, 0x0a
};
-unsigned int hi_len = 2041;
+unsigned int hi_len = 2151;