1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-01-10 08:20:14 +02:00
nn-usb-fpga/lua/examples/lua_calls_C1/top1.lua

6 lines
104 B
Lua
Raw Normal View History

2010-09-13 03:57:04 +03:00
package.cpath = "./?.so"
require "fromlua"
print("hello")
cstuff.dothis()
print ("It's run da C code!")