memparse — parse a string with mem suffixes into a number
unsigned long longmemparse(
)
const char * ptr
Where parse begins
char ** retptr
(output) Optional pointer to next char after parse completes
Parses a string into a number. The number stored atptr is potentially suffixed with K, M, G, T, P, E.
ptr