diff options
Diffstat (limited to 'content/notes/2023-05-23-extend-lua-with-custom-c.md')
| -rw-r--r-- | content/notes/2023-05-23-extend-lua-with-custom-c.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/notes/2023-05-23-extend-lua-with-custom-c.md b/content/notes/2023-05-23-extend-lua-with-custom-c.md index 7a7769c..588f7d2 100644 --- a/content/notes/2023-05-23-extend-lua-with-custom-c.md +++ b/content/notes/2023-05-23-extend-lua-with-custom-c.md | |||
| @@ -4,6 +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: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [c] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | 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 |
