From 1887b2e311696d6781815545ec416fb8b6ed60fd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 19 Jun 2024 18:35:55 +0200 Subject: Added tags to notes --- content/notes/2023-05-23-extend-lua-with-custom-c.md | 1 + 1 file changed, 1 insertion(+) (limited to 'content/notes/2023-05-23-extend-lua-with-custom-c.md') 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 date: 2023-05-23T12:00:00+02:00 type: note draft: false +tags: [c] --- Here is a boilerplate for extending Lua with custom C functions. This requires -- cgit v1.2.3