puts method

int puts(
  1. Pointer<Int8> __s
)

Implementation

int puts(
  ffi.Pointer<ffi.Int8> __s,
) {
  return _puts(
    __s,
  );
}