readme.svn-base
来自「本人找过多个在linux下c++的lua5.1封装库,但很少.luabind已经」· SVN-BASE 代码 · 共 10 行
SVN-BASE
10 行
this example will build an extension module as a shared library, useloadlib() from within the lua interpreter to load the library, it willthen export a function named greet() which you can call.> loadlib('hello_world.dll', 'init')()> greet()Hello world!>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?