compiler/clib: Implemented getw()/putw() as static inline functions.
commit91a4e2cb17ea1082cef3a60de391705028077a7a
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 13 Feb 2013 21:13:24 +0000 (13 21:13 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 13 Feb 2013 21:13:24 +0000 (13 21:13 +0000)
treeb93ae664440778c097882f04f2f8a4d3f1a6c323
parent436f4f6994d9bed8041a1d97fc47bca7e962947a
compiler/clib: Implemented getw()/putw() as static inline functions.

These functions are not part of POSIX.1-2008. Implement it as static
inline functions and not part of the shared library anymore.
The .c files now just contain the autodoc.

This patch breaks backwards compatibility with software using the
shared library functions.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46584 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/arosc.conf
compiler/clib/getw.c
compiler/clib/include/stdio.h
compiler/clib/mmakefile.src
compiler/clib/putw.c