If I have the following: #define STR "12\ 34" char *x = STR; what should x point to? "1234", "124", "hello world" :-), or is it undefined? Thanx -- Brian L. Matthews blm at 6sceng.UUCP