ctermid method

Pointer<Char> ctermid(
  1. Pointer<Char> __s
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<ffi.Char> ctermid(ffi.Pointer<ffi.Char> __s) {
  return _ctermid(__s);
}