getc_unlocked method

int getc_unlocked(
  1. Pointer<FILE> arg0
)

Implementation

int getc_unlocked(
  ffi.Pointer<FILE> arg0,
) {
  return _getc_unlocked(
    arg0,
  );
}