Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdio.h #7

Open
58 tasks
d0p1s4m4 opened this issue Jul 22, 2021 · 0 comments
Open
58 tasks

stdio.h #7

d0p1s4m4 opened this issue Jul 22, 2021 · 0 comments
Milestone

Comments

@d0p1s4m4
Copy link
Member

types

  • FILE
  • fpos_t

Macro

  • _IOFBF
  • _IOLBF
  • _IONBF
  • BUFSIZ
  • EOF
  • FOPEN_MAX
  • FILENAME_MAX
  • L_tmpnam
  • SEEK_CUR
  • SEEK_END
  • SEEK_SET
  • TMP_MAX
  • stderr
  • stdin
  • stdout

Operations on files

  • remove
  • rename
  • tmpfile
  • tmpnam

File access functions

  • fclose
  • fflush
  • fopen
  • freopen
  • setbuf
  • setvbuf

Formatted intput/output functions

  • fprintf
  • fscanf
  • printf
  • scanf
  • sprintf
  • sscanf
  • vfprintf
  • vprintf
  • vsprintf
  • fgetc
  • fgets
  • fputc
  • fputs
  • getc
  • getchar
  • gets
  • putc
  • putchar
  • puts
  • ungetc

Direct input/output functions

  • fread
  • fwrite
  • fgetpos
  • fseek
  • fsetpos
  • ftell
  • rewind

Error-handling functions

  • clearerr
  • feof
  • ferror
  • perror
@d0p1s4m4 d0p1s4m4 added this to the ANSI C milestone Jul 22, 2021
@d0p1s4m4 d0p1s4m4 moved this to Todo in chadlibc v1 Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant