atoi

NTSTATUS __stdcall atoi(PSTR nptr){
  return atol(nptr);
}

Referenced by:

HalpMiscGetParameters
KiInitializeBootStructures