asctime method

Pointer<Char> asctime(
  1. Pointer<tm> arg0
)

Implementation

ffi.Pointer<ffi.Char> asctime(
  ffi.Pointer<tm> arg0,
) {
  return _asctime(
    arg0,
  );
}