syncfiles/lib
Dietrich Epp d5bfaa510a Clean up Mac OS GUI code
Include paths are updated to include the directory. It seems that
CodeWarrior will search for include files recursively, which means that
"error.h" may resolve to the wrong file (there are two). I am unsure of
the rules CodeWarrior uses to find header files.

Support for older versions of Universal Interfaces has been added.

The project code has been reworked after thoroughly reviewing Inside
Macintosh: Files. It is not complete, but it compiles, and the behavior
of the Save / Save As commands have been thought out more carefully.
2022-11-16 18:19:05 -05:00
..
BUILD.bazel Add simple string buffer library 2022-07-16 17:04:27 -04:00
crc32.c Make source file headers consistent 2022-04-10 04:22:58 -04:00
crc32.h Use more modern C 2022-04-21 13:57:17 -04:00
crc32_test.c Make source file headers consistent 2022-04-10 04:22:58 -04:00
defs.h Clean up Mac OS GUI code 2022-11-16 18:19:05 -05:00
endian.h Make source file headers consistent 2022-04-10 04:22:58 -04:00
endian_test.c Fix compiler warnings on Xcode 11 2022-04-14 13:39:42 -04:00
error.h Move error codes to separate header file 2022-07-16 16:58:50 -04:00
strbuf.c Add simple string buffer library 2022-07-16 17:04:27 -04:00
strbuf.h Add simple string buffer library 2022-07-16 17:04:27 -04:00
strbuf_test.c Add simple string buffer library 2022-07-16 17:04:27 -04:00
test.c Fix compiler warnings on Xcode 11 2022-04-14 13:39:42 -04:00
test.h Clean up Mac OS GUI code 2022-11-16 18:19:05 -05:00
toolbox.c Use more modern C 2022-04-21 13:57:17 -04:00
util.c Make source file headers consistent 2022-04-10 04:22:58 -04:00
util.h Move error codes to separate header file 2022-07-16 16:58:50 -04:00