Skip to content

C Library Missing Functions

EtchedPixels edited this page Jan 1, 2018 · 11 revisions

Missing

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

Other Tasks

C11 support - partial