[csplit] Move include files to new place
The C and math library include files are moved. The source directories are
compiler/clib/include, compiler/mlib; targets are
compiler/stdc/include/aros/stdc and compiler/posixc/include/aros/posixc.
The former is for ANSI compatible files the latter for POSIX specific include
files.
This is the first patch of several patches that will split up the C library
into ANSI-C compatible libraries (stdc.library and stdcio.library)
and a POSIX compatible library (posixc.library).
All log message will start with the [csplit] tag.
Patches with minor changes (only autodocs changes or NULL check etc.) are
joined in bigger patches. Patches where more code or algorithm changes are
present are separate grouped by related changes.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48027
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc