genode/repos/demo/src/lib/mini_c
Christian Helmuth df81d7a374 demo: adapt to GCC 6
Issue #2372
2017-05-31 13:15:54 +02:00
..
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
abort.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
atol.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
malloc_free.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
memcmp.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
memset.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
mini_c.c demo: adapt to GCC 6 2017-05-31 13:15:54 +02:00
printf.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
snprintf.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
strlen.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
strtod.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
strtol.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vsnprintf.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00

README

Mini C library

This library only provides the libc support for libz, libpng,
and DOpE. Most functions are not implemented. The implemented
functions might be slightly incompatible to a real libc.
Please use this library with caution!

If you require libc support that goes beyond simple string
functions for your application, please consider porting a
real libc to Genode instead of enhancing mini_c.