Description
This library allows to easily read any number from stdin.
Functions
- read_num - returns Result
- readnumwithdelimiters - same as readnum, except it also accepts list of delimiters
- readandhandle - infinite loop that breaks on successfull number parse
- readandhandlewithdelimiters - same as readandhandle, except it also accepts list of delimiters