fl_init method

int fl_init(
  1. int portCount
)

Implementation

int fl_init(
  int portCount,
) {
  return _fl_init(
    portCount,
  );
}