]> git.sur5r.net Git - cc65/commit
own versions of some common routines, fillram and movedata equal to memset
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 15 Jul 2001 16:09:50 +0000 (16:09 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 15 Jul 2001 16:09:50 +0000 (16:09 +0000)
commit8e97e1f4b76c52bb46af715547b8217e83445ede
treea17da771a1dffe46ec60a74fcd9dd5fc6fc65e44
parent66bcf9ac4e1c709f53216e7c1d69cd9e35e2daec
own versions of some common routines, fillram and movedata equal to memset
and memcpy

git-svn-id: svn://svn.cc65.org/cc65/trunk@789 b7a2c559-68d2-44c3-8de9-860c34a00d81
14 files changed:
doc/geos.sgml
include/geos/gdisk.h
include/geos/ggraph.h
include/geos/gmemory.h
libsrc/geos/Makefile
libsrc/geos/common/Makefile [new file with mode: 0644]
libsrc/geos/common/abort.c [new file with mode: 0644]
libsrc/geos/common/copydata.s [new file with mode: 0644]
libsrc/geos/common/memcpy.s [new file with mode: 0644]
libsrc/geos/common/memset.s [new file with mode: 0644]
libsrc/geos/common/perror.c [new file with mode: 0644]
libsrc/geos/common/rand.s [new file with mode: 0644]
libsrc/geos/memory/fillram.s
libsrc/geos/memory/movedata.s