Parse an option of the type unsigned integer
#include <input/parseopts.h>
int input_parse_unsigned(const char *option,
const char *value,
unsigned *out)
0 if successful, otherwise non-zero if an error occurred.