aboutsummaryrefslogtreecommitdiff
path: root/content/notes/extend-lua-with-custom-c.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-27 17:17:41 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-27 17:17:41 +0200
commit5b0d04bf2be32e85e68fc1339000a0ea5a15543c (patch)
tree4e0a5f1c97ffffa6f070e93e6a76d5a4accf76d9 /content/notes/extend-lua-with-custom-c.md
parenteb2cf9f9476473811178d1c5cfdd71a0293fdff4 (diff)
downloadmitjafelicijan.com-5b0d04bf2be32e85e68fc1339000a0ea5a15543c.tar.gz
Added tgas pages
Diffstat (limited to 'content/notes/extend-lua-with-custom-c.md')
-rw-r--r--content/notes/extend-lua-with-custom-c.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/extend-lua-with-custom-c.md b/content/notes/extend-lua-with-custom-c.md
index 708e6fd..44089e0 100644
--- a/content/notes/extend-lua-with-custom-c.md
+++ b/content/notes/extend-lua-with-custom-c.md
@@ -4,7 +4,7 @@ url: extend-lua-with-custom-c.html
4date: 2023-05-23T12:00:00+02:00 4date: 2023-05-23T12:00:00+02:00
5type: notes 5type: notes
6draft: false 6draft: false
7tags: [lua, clang, c] 7tags: [lua, c]
8--- 8---
9 9
10Here is a boilerplate for extending Lua with custom C functions. This requires 10Here is a boilerplate for extending Lua with custom C functions. This requires