Root/lua/examples/lua_calls_C1/top1.lua

1package.cpath = "./?.so"
2require "fromlua"
3print("hello")
4cstuff.dothis()
5print ("It's run da C code!")
6

Archive Download this file

Branches:
master



interactive