lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Duncan Cross wrote:
> > ffi = require 'ffi'
> > func = ffi.cast('int(*)()', function()  return string.byte 'a';  end)
> > =func()

Thank you for the report! Fixed in git HEAD.

--Mike