aboutsummaryrefslogtreecommitdiff
path: root/content/notes/extend-lua-with-custom-c.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 16:13:39 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 16:13:39 +0200
commit3540b9210f1f382a1c4d3e1f7da30571d0633e21 (patch)
tree8f6d1a5d277eaffe16f86b64702859b21d3c48cf /content/notes/extend-lua-with-custom-c.md
parent623ef06b1fbe19821e82d82a984bc4cbfaae0410 (diff)
downloadmitjafelicijan.com-3540b9210f1f382a1c4d3e1f7da30571d0633e21.tar.gz
Note: 9front desktop screen
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 ba0a046..2151237 100644
--- a/content/notes/extend-lua-with-custom-c.md
+++ b/content/notes/extend-lua-with-custom-c.md
@@ -1,7 +1,7 @@
1--- 1---
2title: Extend Lua with custom C functions using Clang 2title: Extend Lua with custom C functions using Clang
3url: extend-lua-with-custom-c.html 3url: extend-lua-with-custom-c.html
4date: 2023-05-24 4date: 2023-05-23
5type: notes 5type: notes
6draft: false 6draft: false
7tags: [lua, clang, c] 7tags: [lua, clang, c]