1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/libsrc/geos/common
cuz 6c65ea7d4a memcpy and memmove have been split
git-svn-id: svn://svn.cc65.org/cc65/trunk@2386 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-08-20 12:04:31 +00:00
..
_afailed.c support for assert.h in GEOS, conio bugfixes 2001-10-27 23:04:18 +00:00
_poserror.c making *p*error.c conform to standard (a bit, in a way) 2003-05-01 16:22:53 +00:00
.cvsignore fixes for quiet rm on *BSD OSes 2003-08-17 23:43:20 +00:00
abort.c own versions of some common routines, fillram and movedata equal to memset 2001-07-15 16:09:50 +00:00
copydata.s own versions of some common routines, fillram and movedata equal to memset 2001-07-15 16:09:50 +00:00
Makefile memcpy and memmove have been split 2003-08-20 12:04:31 +00:00
memcpy.s memcpy and memmove have been split 2003-08-20 12:04:31 +00:00
memmove.s memcpy and memmove have been split 2003-08-20 12:04:31 +00:00
memset.s removed redundant code; memset == FillRam, bzero == ClearRam with proper return values 2003-08-19 22:56:55 +00:00
perror.c making *p*error.c conform to standard (a bit, in a way) 2003-05-01 16:22:53 +00:00
sleep.c retouch ('coz I'm not sure if it is in the head) 2003-08-15 22:19:32 +00:00
zerobss.s small optimization, 5 bytes saved 2003-08-19 22:38:01 +00:00