iswblank method

int iswblank(
  1. int _C
)

Implementation

int iswblank(
  int _C,
) {
  return _iswblank(
    _C,
  );
}