]> git.sur5r.net Git - cc65/commit
Added '_' prefix to sin and cos.
authorOliver Schmidt <ol.sc@web.de>
Sat, 13 Apr 2019 09:25:54 +0000 (11:25 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sat, 13 Apr 2019 09:25:54 +0000 (11:25 +0200)
commitac0b452834265d7f4287e9d6e10f2631fbd66dd0
tree3378421ac78c2181538997e2ff6edb8b738accfd
parentcb7882a2022ed7ec17d935c7f1e7a1db8785547a
Added '_' prefix to sin and cos.

Users complained that otherwise the names might clash with their functions.
doc/funcref.sgml
include/cc65.h
libsrc/common/sincos.s
libsrc/tgi/tgi_arc.c
libsrc/tgi/tgi_pieslice.c
samples/tgidemo.c