Paolo Bonzini Thu, 07 Apr 2005 09:14:02 -0700
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