From 5b0d04bf2be32e85e68fc1339000a0ea5a15543c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 May 2023 17:17:41 +0200 Subject: Added tgas pages --- content/notes/extend-lua-with-custom-c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/notes/extend-lua-with-custom-c.md') 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 date: 2023-05-23T12:00:00+02:00 type: notes draft: false -tags: [lua, clang, c] +tags: [lua, c] --- Here is a boilerplate for extending Lua with custom C functions. This requires -- cgit v1.2.3