Please add #ifdef DEBUG # include <stdio.h> #endif
at the beginning of c-stack.c. When the DEBUG flag is enabled, c-stack.c uses sprintf and without the suggested addition gcc complains about an implicit declaration of the function sprintf. Thanks, Marc