get a number from string

zhomeslice:
strchr finds the position of the letter e

really? :frowning:

No chance this evens compile...

but that is the idea though, look for ‘e’ in the buffer using correctly strchr(), if it’s not the null pointer then get the value from the next char using atoi() or atol()