> 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