summaryrefslogtreecommitdiffstats
path: root/src/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* src: add safe_strtoull for safe string to number conversionAlejandro Sirgo Rica11 days1-0/+3
| | | | | | | | | Add safe_strtoull to validate the execution of strtoull. Definining the base of the number is required becase partition codes are base 16 but they lack the 0x prefix. Replace uses of atoi and strtoull/strtoul and log the conversion errors.
* src: add str_toupper and str_tolower functionsAlejandro Sirgo Rica2024-07-151-1/+2
| | | | Add auxiliar string case change functions.
* #971 rename sources folder to srcOpenGnSys Support Team2020-06-261-0/+6
Use the same folder as in ogClient.