Input and Output


The input and output in ATS/Geizella is done by providing an interface for various I/O functions in C. In particular, most functions declared in <stdio.h> have their counterparts declared in libc/SATS/stdio.sats .


The code used for illustration is available here.