diff options
Diffstat (limited to 'content/notes/extend-lua-with-custom-c.md')
| -rw-r--r-- | content/notes/extend-lua-with-custom-c.md | 2 |
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 | |||
| 4 | date: 2023-05-23T12:00:00+02:00 | 4 | date: 2023-05-23T12:00:00+02:00 |
| 5 | type: notes | 5 | type: notes |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [lua, clang, c] | 7 | tags: [lua, c] |
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| 10 | Here is a boilerplate for extending Lua with custom C functions. This requires | 10 | Here is a boilerplate for extending Lua with custom C functions. This requires |
