foreign-c-libraries/retropikzel/c-stdio
retropikzel a2ac0c10b2 Add c-stdio library 2026-02-27 10:04:46 +02:00
..
LICENSE Add c-stdio library 2026-02-27 10:04:46 +02:00
README.md Add c-stdio library 2026-02-27 10:04:46 +02:00
VERSION Add c-stdio library 2026-02-27 10:04:46 +02:00
test.scm Add c-stdio library 2026-02-27 10:04:46 +02:00

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