genode/demo/src/lib/mini_c
Norman Feske 08ce32215d Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
..
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
abort.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
atol.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
malloc_free.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
memcmp.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
memset.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
mini_c.c Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
printf.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
snprintf.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
strlen.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
strtod.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
strtol.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
vsnprintf.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +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.