fflagstostr method

Pointer<Char> fflagstostr(
  1. int arg0
)

Implementation

ffi.Pointer<ffi.Char> fflagstostr(int arg0) {
  return _fflagstostr(arg0);
}