attroff method

int attroff(
  1. int arg0
)

Implementation

int attroff(
  int arg0,
) {
  return _attroff(
    arg0,
  );
}