genode/repos/demo/src/lib/mini_c
Christian Prochaska 2b21f41495 demo: fix 'mini_c' compile errors with GCC 8.3.0
Fixes #3341
2019-05-16 13:11:03 +02:00
..
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
abort.cc demo: fix 'mini_c' compile errors with GCC 8.3.0 2019-05-16 13:11:03 +02:00
atol.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
malloc_free.cc demo: fix 'mini_c' compile errors with GCC 8.3.0 2019-05-16 13:11:03 +02: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.cc demo: avoid using deprecated APIs 2019-01-30 13:49:54 +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.