editchar
action = editchar(c, flags);
if (!((c >= '0' && c <= '9') || c == '.') && editchar(c,
int editchar(int, int);