toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

Missing <stdio.h> functions

Open ZERICO2005 opened this issue 1 month ago • 0 comments

The following appear to be missing from <stdio.h>:

  • freopen
  • ungetc (probably as a user defined weak function if it doesn't make sense in fileioc)
  • setbuf
  • setvbuf
  • fgetpos
  • fsetpos
  • fpos_t
  • tmpnam
  • tmpfile

ZERICO2005 avatar Oct 31 '25 23:10 ZERICO2005