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 Fix FP_ILOGB0 and FP_ILOGBNAN macros. 2022-01-06 18:01:52 -06:00
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 Add the va_copy macro (from C99). 2021-10-23 22:36:53 -05:00
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 Add declarations and docs for float/long double versions of existing functions. 2021-11-21 14:38:30 -06:00
stdnoreturn.h
string.h
textedit.h
texttool.h
tgmath.h Add headers and docs for additional functions. 2021-12-24 15:57:29 -06:00
time.h
toollib.h
types.h
uchar.h
video.h
window.h