C

C standard wrapper module

Usage

use C

Example

var ptr = C.malloc(16)
C.free(ptr)

APIsConstants

Last updated

Was this helpful?