strftime_l method
Implementation
int strftime_l(
ffi.Pointer<ffi.Char> __s,
int __maxsize,
ffi.Pointer<ffi.Char> __format,
ffi.Pointer<tm> __tp,
locale_t __loc,
) {
return _strftime_l(
__s,
__maxsize,
__format,
__tp,
__loc,
);
}