Removed usage of clib functions in alib. strlen() was replaced with a
commit1301bcd9b7d7170b20cc3315da8b0b6d720b139e
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 20 Feb 2016 04:21:02 +0000 (20 04:21 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 20 Feb 2016 04:21:02 +0000 (20 04:21 +0000)
treeeaa290bfe24b1446b071aee05fd69169f4a22412
parentc8595837abc8055dfd782bb86c063a9933fa676e
Removed usage of clib functions in alib. strlen() was replaced with a
macro, and atoi() was replaced with StrToLong(). The replacements were
respectively tested with RX (through StrDup()) and Blanker (through
ArgInt()).

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@51504 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/alib/acrypt.c
compiler/alib/alib_intern.h
compiler/alib/argint.c
compiler/alib/newlist.c
compiler/alib/setrexxvar.c
compiler/alib/strdup.c