uClibc - basic libc support for L4env
UClibc is the port of the uClibc to L4env. It enables you to use basic libc functionality in L4env-based programs. The supported functions are listed below.
- <stdlib.h>
- malloc, free, calloc
- <alloca.h>
- alloca
- <string.h>
- mem*, str*
- <strings.h>
- bcopy, bzero, bcmp
- <stdio.h>
- snprint, sprintf, vsprintf
- <stdio.h>
- printf, vprintf
<stdlib.h> ato*, strto*
- File I/O
- Networking
- Math
- Time
- Pthreads
- Signals
Functions that are not listed here, may or may not work.
- Author:
- Norman Feske