asctime method

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

Implementation

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