This website requires JavaScript.
Explore
Help
Sign in
empathicqubit
/
cc65
Watch
1
Star
0
Fork
You've already forked cc65
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a63a1075f8
cc65
/
libsrc
/
geos
/
common
History
izydorst
a63a1075f8
memmove, memcpy, memset and bzero now return dest ptr as they should
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@1815 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-12-21 00:49:25 +00:00
..
.cvsignore
Ignore intermediate files
2002-04-12 20:02:51 +00:00
_afailed.c
support for assert.h in GEOS, conio bugfixes
2001-10-27 23:04:18 +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
Removed GEOS rand.s implementation in favor of random number generator from common library.
2002-11-10 15:35:10 +00:00
memcpy.s
own versions of some common routines, fillram and movedata equal to memset
2001-07-15 16:09:50 +00:00
memset.s
memmove, memcpy, memset and bzero now return dest ptr as they should
2002-12-21 00:49:25 +00:00
perror.c
replaced char* by const char* as it is in prototype
2002-03-08 16:44:57 +00:00