genode/demo/src/lib/mini_c
Norman Feske 57b0c4dd52 demo: Avoid debug message in demo/src/lib/mini_c
The "strncpy - not implemented" message appeared on the use of libpng.
Even though it did not cause trouble, spilling the log with such
easy-to-fix issues should better be avoided.
2013-02-25 22:14:22 +01:00
..
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
abort.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
atol.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
malloc_free.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
memcmp.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
memset.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
mini_c.c demo: Avoid debug message in demo/src/lib/mini_c 2013-02-25 22:14:22 +01:00
printf.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
snprintf.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
strlen.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
strtod.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
strtol.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
vsnprintf.cc Update copyright headers to 2013 2013-01-10 21:44:47 +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.