Description

This library allows to easily read any number from stdin.

Functions

  1. read_num - returns Result
  2. readnumwithdelimiters - same as readnum, except it also accepts list of delimiters
  3. readandhandle - infinite loop that breaks on successfull number parse
  4. readandhandlewithdelimiters - same as readandhandle, except it also accepts list of delimiters