strcoll_l method

int strcoll_l(
  1. Pointer<Int8> __s1,
  2. Pointer<Int8> __s2,
  3. Pointer<_locale_struct_> __l
)

Implementation

int strcoll_l(
  ffi.Pointer<ffi.Int8> __s1,
  ffi.Pointer<ffi.Int8> __s2,
  ffi.Pointer<_locale_struct_> __l,
) {
  return _strcoll_l(
    __s1,
    __s2,
    __l,
  );
}