puts method

int puts(
  1. Pointer<Char> __s
)

LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer

Implementation

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