Program names and "pollution"
Program names and "pollution"
Posted Apr 11, 2019 9:14 UTC (Thu) by mgedmin (subscriber, #34497)In reply to: Program names and "pollution" by anselm
Parent article: Program names and "pollution"
Posted Apr 11, 2019 19:42 UTC (Thu)
by jengelh (guest, #33263)
[Link]
There is the "localtime" call in V7 (at least whatever copy I could grab off github), which is way above 6 characters.
Posted Apr 11, 2019 19:51 UTC (Thu)
by jengelh (guest, #33263)
[Link] (1 responses)
And as for V1, there is the "putchar" function.
Posted Apr 12, 2019 1:08 UTC (Fri)
by neilbrown (subscriber, #359)
[Link]
Was there?? I thought "putchar" was a macro for fputc(c, stdout), but I haven't checked V1. Rules for macro names would be different from those for linker symbols.
Program names and "pollution"
Program names and "pollution"
Program names and "pollution"