Am 2015-04-15 um 18:40 schrieb Markus Korber:
extern int test(PUSB p) { printf("-%s-\n", (char*)p);
This should of course read: printf("-%s-\n", p->d); Sorry.