ORCA-C/ORCACDefs
Stephen Heumann 5be888a2bd Make stdin/stdout/stderr into macros.
They are supposed to be macros, according to the C standards. This ordinarily doesn't matter, but it can be detected by #ifdef, as in the following program:

#include <stdio.h>
#ifdef stdin
int main(void) {
        puts("stdin is a macro");
}
#endif
2022-10-15 17:10:59 -05:00
..
2017-10-21 20:21:37 -05:00
2017-10-21 20:21:37 -05:00
2017-10-21 20:21:37 -05:00
2021-10-02 14:38:15 -05:00
2022-07-11 18:30:37 -05:00
2017-10-21 20:21:37 -05:00
2017-10-21 20:21:37 -05:00
2017-10-21 20:21:37 -05:00
2021-09-30 18:40:39 -05:00
2022-01-06 18:01:52 -06:00
2017-10-21 20:21:37 -05:00
2017-10-21 20:21:37 -05:00
2017-10-21 20:21:37 -05:00
2021-10-23 22:36:53 -05:00
2021-01-25 22:04:26 -06:00
2022-10-15 17:10:59 -05:00
2020-01-19 12:44:20 -06:00
2021-01-25 22:04:26 -06:00
2021-10-02 22:39:52 -05:00