summaryrefslogtreecommitdiff
path: root/src/stdio/putc_unlocked.c
AgeCommit message (Expand)Author
2024-05-28handle stream orientation behaviorJakob Kaivo
2024-05-27handle UB for invalid fflush() operations and mixing input and output without...Jakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-16consistently use <> for standardized headersJakob Kaivo
2020-08-16check return of write() properlyJakob Kaivo
2020-08-15cleanup includesJakob Kaivo
2020-08-15implement actual bufferingJakob Kaivo
2020-08-14clean up warningsJakob Kaivo
2020-08-13add src/ to -I and exorcise ../ from #includeJakob Kaivo
2020-08-13directly replace fputc() and fgetc() with putc_unlocked() and getc_unlocked()...Jakob Kaivo
2020-08-12handle locked/unlocked i/o betterJakob Kaivo
2020-03-04fix compilation when c=199409Jakob Kaivo