Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   printf, call of function without prototype problems (http://www.chiefdelphi.com/forums/showthread.php?t=47337)

cprogrammer 11-05-2006 17:52

printf, call of function without prototype problems
 
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 11-05-2006 18:16

Re: printf, call of function without prototype problems
 
Does the .c file that you're trying to use prinf in have
Code:

#include <stdio.h>

cprogrammer 11-05-2006 18:19

Re: printf, call of function without prototype problems
 
Yes

cprogrammer 11-05-2006 18:21

Re: printf, call of function without prototype problems
 
Oh, wait, another programmer forget to add the last of the closing statements. Thanks a whole lot.


All times are GMT -5. The time now is 03:13.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi