fl_close method

int fl_close(
  1. int flh
)

Implementation

int fl_close(
  int flh,
) {
  return _fl_close(
    flh,
  );
}