curses_trace method

int curses_trace(
  1. int arg0
)

Implementation

int curses_trace(
  int arg0,
) {
  return _curses_trace(
    arg0,
  );
}