getwd method

Pointer<Char> getwd(
  1. Pointer<Char> __buf
)

Implementation

ffi.Pointer<ffi.Char> getwd(
  ffi.Pointer<ffi.Char> __buf,
) {
  return _getwd(
    __buf,
  );
}