ctermid method

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

Implementation

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