renameat method

int renameat(
  1. int __oldfd,
  2. Pointer<Char> __old,
  3. int __newfd,
  4. Pointer<Char> __new,
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int renameat(
  int __oldfd,
  ffi.Pointer<ffi.Char> __old,
  int __newfd,
  ffi.Pointer<ffi.Char> __new,
) {
  return _renameat(__oldfd, __old, __newfd, __new);
}