windelbouwman / ppci

A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
https://ppci.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
337 stars 36 forks source link

Fix putc declaration #130

Open tekknolagi opened 2 years ago

tekknolagi commented 2 years ago

putc takes a character and a stream. putchar is the one that takes only a character.