summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/string/nocrt-strtoul.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT/nocrt: Skip leading whitespace in the strtoxx and atoi functions. bugref...vboxsync2022-08-121-2/+2
* IPRT/nocrt: Added atoi and corrected strto* aliasing. bugref:10261vboxsync2022-08-051-0/+1
* IPRT/nocrt: Added strtoll and strtoul. [fixes] bugref:10261vboxsync2022-08-051-6/+7
* IPRT/nocrt: Added strtoll and strtoul. bugref:10261vboxsync2022-08-051-0/+61