summaryrefslogtreecommitdiff
path: root/src/stdio/getc_unlocked.c
AgeCommit message (Collapse)Author
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-16simplify inline syscall if necessaryJakob Kaivo
2020-08-13add src/ to -I and exorcise ../ from #includeJakob Kaivo
2020-08-13directly replace fputc() and fgetc() with putc_unlocked() and ↵Jakob Kaivo
getc_unlocked() when not using POSIX >= 199506
2020-08-12handle locked/unlocked i/o betterJakob Kaivo
2020-03-04fix compilation when c=199409Jakob Kaivo