slk_init method

int slk_init(
  1. int arg0
)

Implementation

int slk_init(
  int arg0,
) {
  return _slk_init(
    arg0,
  );
}