c - Is there any libc project that does not requires linux kernel -


i using custom user space environment has barely no os support: 1 char device, mass storage interface , single network socket.

to provide c programming platform, need libc. there libc project configurable enough can map low-level io small api have access ?

afaik glibc , uclibc expecting linux syscalls, can't use them (without trying emulate linux syscalls, prefer avoid).

there several different libc's choose from, need work integrate system.


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -

c++ - Warning : overflow in implicit constant conversion -