puts method

int puts(
  1. Pointer<Char> arg0
)

Implementation

int puts(ffi.Pointer<ffi.Char> arg0) {
  return _puts(arg0);
}