View Full Version : printf, call of function without prototype problems
cprogrammer
05-11-2006, 05:52 PM
Recently, after I compiled the code, I recieved the infamous message call of function without prototype. The only problem is that i can no longer get text from my printf's to show up on the terminal window from IFI loader. Can anybody please help me? :ahh:
Dave Scheck
05-11-2006, 06:16 PM
Does the .c file that you're trying to use prinf in have
#include <stdio.h>
cprogrammer
05-11-2006, 06:19 PM
Yes
cprogrammer
05-11-2006, 06:21 PM
Oh, wait, another programmer forget to add the last of the closing statements. Thanks a whole lot.
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.