-
Notifications
You must be signed in to change notification settings - Fork 281
C Library Missing Functions
EtchedPixels edited this page Jan 1, 2018
·
11 revisions
Please add any you find to the list and guess a rough priority ordering
- strftime hard
- locale (even if only C locale actually is supported) - wrap strcmp as strcoll(), nopping strxfrm etc
- dbm
- define
_unlocked
versions of stdio as the usual ones (no threads...) easy - getfsent/getfstype etc
- getline/getdelim medium difficulty
- strfry hard to implement right shuffling
- see Library/ for a list of APIs missing versus SVID2
C11 support - partial
Fuzix: because small is beautiful