[csplit] Move assert() support function to shared libraries.
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 8 Sep 2013 21:19:42 +0000 (21:19 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 8 Sep 2013 21:19:42 +0000 (21:19 +0000)
commit42ae8fbeb461d00ba0b15098a757baaf55bcd667
treeb51635e37888ffd19b5a76bd66c29afe49058052
parent7a3efebec9402ac88a902bf2c11dea8496e8687e
[csplit] Move assert() support function to shared libraries.

Three versions are implemented:
 * __stdc_assert() in stdc.library that uses a requester.
 * __stdcdos_assert() in stdcio.library that uses that library's I/O functions.
 * __nixc_assert() in posixc.library that uses that library's I/O functions.
 * delint by Jason S. McMullan

git-svn-id: https://svn.aros.org/svn/aros/trunk@48050 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
AROS/compiler/clib/__assert.c [deleted file]
AROS/compiler/clib/__assert_kernel.c [deleted file]
AROS/compiler/clib/arosc.conf
AROS/compiler/clib/mmakefile.src
AROS/compiler/posixc/__posixc_assert.c
AROS/compiler/posixc/mmakefile.src
AROS/compiler/posixc/posixc.conf
AROS/compiler/stdc/__stdc_assert.c
AROS/compiler/stdc/__stdcio_assert.c
AROS/compiler/stdc/mmakefile.src
AROS/compiler/stdc/stdcio.conf