Since you don't even mention C++, please don't cross-post this to
comp.lang.c++.
This:
HEXDIGIT [a-fA-F-0-9]
should be:
HEXDIGIT [a-fA-F0-9]
--
Keith Thompson (The_Other_Keith)
Keith.S.T...@gmail.com
Working, but not speaking, for Philips Healthcare
void Void(void) { Void(); } /* The recursive call of the void */