StrCopy/StrCat with printf causes bus error

2000-10-29 Thread Stephen A Tang
error, or a stack overflow. I don't understand why the stack would overflow since other areas of my program use way more memory than this part but don't cause any problems. Any explanations for this? Stephen Tang [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsub

Re: StrCopy/StrCat with printf causes bus error

2000-10-29 Thread Stephen A Tang
tches ./include/stdio.h:extern int vsprintf(char *buf, const char *fmt, va_list args);./include/stdio.h:extern int sprintf(char * buf, const char *fmt, ...); ./include/stdio.h:extern int printf(const char *fmt, ...); I never explicitly #include m68k-palmos/include/stdio.h, so it looks like the