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
..
ace.h
adb.h
appleshare.h
assert.h
control.h
ctype.h
desk.h
dialog.h
errno.h
event.h
fcntl.h
fenv.h Adjust the way FE_DFL_ENV is defined. 2022-07-11 18:30:37 -05:00
finder.h
float.h
font.h
gsbug.h
gsos.h
hyperstudio.h
hyperxcmd.h
intmath.h
inttypes.h
iso646.h
limits.h
lineedit.h
list.h
loader.h
locale.h
locator.h
math.h
mediacontrol.h
memory.h
menu.h
midi.h
midisynth.h
misctool.h
noteseq.h
notesyn.h
orca.h
print.h
prodos.h
qdaux.h
quickdraw.h
resources.h
sane.h
scheduler.h
scrap.h
setjmp.h
shell.h
signal.h
sound.h
stdalign.h
stdarg.h
stdbool.h
stddef.h
stdfile.h
stdint.h
stdio.h Make stdin/stdout/stderr into macros. 2022-10-15 17:10:59 -05:00
stdlib.h
stdnoreturn.h
string.h
textedit.h
texttool.h
tgmath.h
time.h
toollib.h
types.h
uchar.h
video.h
window.h