1 2 3 4 5 6 7 8 9 10 11 12
#define __USE_STRING_INLINES #include <string.h> void test() { char *p, *a; const char *s; while ( (s = a) ) p = strcpy(strcpy(p,"/"), s); }