putp method

int putp(
  1. Pointer<Char> arg0
)

Implementation

int putp(
  ffi.Pointer<ffi.Char> arg0,
) {
  return _putp(
    arg0,
  );
}