This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Input and print statements for Front End?
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 07 Apr 2005 18:11:04 +0200
- Subject: Re: Input and print statements for Front End?
- References: <BAY12-F23AB5A08209D04A3368DA5E63D0@phx.gbl>
I can't seem to find any info regarding an input or print statement, so
i can read integers(my language only deals with integers) from the stdio
and return integer results to stdio.
You need to map these to printf/scanf calls.
Paolo