]> git.sur5r.net Git - cc65/commit
Use the POSIX file I/O functions instead of the high level C routines to
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Nov 2002 14:22:26 +0000 (14:22 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Nov 2002 14:22:26 +0000 (14:22 +0000)
commitf98c3a0758f9cdcf11d50f6dafbf1807dd4b3b1b
treec3ca01d1585782b6e17135ac47a6ad4d87dac5b5
parent9c7d2191aaa0ef15c8af50a9d47715d03894e1aa
Use the POSIX file I/O functions instead of the high level C routines to
save some overhead. Adapt to the new read conventions in modload.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1549 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/tgi/tgi_load.c