asctime method

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

Implementation

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