isblank method

int isblank(
  1. int _C
)

Implementation

int isblank(
  int _C,
) {
  return _isblank(
    _C,
  );
}