module.modulemap   [plain text]


module FFI [system] [extern_c] {
	umbrella header "ffi.h"
	export *
	link "ffi"
}