Extend Lua with custom C functions using Clang

note, May 23, 2023 on Mitja Felicijan's blog

Here is a boilerplate for extending Lua with custom C functions. This requires @@ -30,21 +30,18 @@ Makefile will need to be modified.

  • nativefunc.c

    
     clean:
       rm *.so
    -