foreign-c-libraries/retropikzel/c-stdio
..
LICENSE
README.md
VERSION
test.scm

README.md

stdio.h bindings

Does not have: - fprintf - (foreign c) has no way to pass variable number of arguments - fscanf - (foreign c) has no way to pass variable number of arguments - printf - (foreign c) has no way to pass variable number of arguments - scanf - (foreign c) has no way to pass variable number of arguments - snprintf - (foreign c) has no way to pass variable number of arguments - sprintf - (foreign c) has no way to pass variable number of arguments - sscanf - (foreign c) has no way to pass variable number of arguments