charok
#define charok(c) (isdigit(c) || c == '-')
#define charok(c) (isdigit(c) || c == '-' || c == '.')