InitAtomTable method

int InitAtomTable(
  1. int nSize
)

Implementation

int InitAtomTable(
  int nSize,
) {
  return _InitAtomTable(
    nSize,
  );
}