Re: FFI newby question: importing C functions

  • From: Mike Pall <mike-1206@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 26 Jun 2012 11:18:37 +0200

Dimiter 'malkia' Stanev wrote:
> myexe = ffi.load( "myexe.exe" )

You never need to do this. The symbols from your own executable
are already part of the ffi.C namespace.

--Mike

Other related posts: