Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 3.51 KB

README.md

File metadata and controls

70 lines (48 loc) · 3.51 KB

Lua Carray C API

The Carray C API makes it possible to handle arrays of primitive numeric C data types in Lua script code and also in native C code for enhancing module interoperability.

For further documentation see carray_capi.h.

Implementation:

  • carray - this Lua module provides an implemenation of the Lua Carray C API.

Invocations:

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.