srand method

void srand(
  1. int arg0
)

realloc is now declared in _malloc.h

Implementation

void srand(
  int arg0,
) {
  return _srand(
    arg0,
  );
}