[A89] Re: calling files


[Prev][Next][Index][Thread]

[A89] Re: calling files




--- Nitrocloud@aol.com wrote:
> 
> How can I call files with in files, such as I want to call the main function 
> of one file from another!?!?!

I assume you mean in TIGCC.  The previous version did not support making .c files as libraries,
and I'm not sure about the new one, but I know that you can make a .h file, then include it in the
main program (use #include "filename.h") then use functions from it.  Technically, this should be
in a .c file, but if that doesn't work the .h will.  

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Follow-Ups: References: