#define __USE_STRING_INLINES #include void test() { char *p, *a; const char *s; while ( (s = a) ) p = strcpy(strcpy(p,"/"), s); }