set_tabsize method

int set_tabsize(
  1. int arg0
)

Implementation

int set_tabsize(
  int arg0,
) {
  return _set_tabsize(
    arg0,
  );
}