attrset method

int attrset(
  1. int arg0
)

Implementation

int attrset(
  int arg0,
) {
  return _attrset(
    arg0,
  );
}