-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed as not planned
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresGood first issueGood for a first time contributor to takeGood for a first time contributor to takearea: C LibraryC Standard LibraryC Standard Library
Description
This was originally added as a ticket under POSIX, but getc()
is not a POSIX function. It is from C89.
https://en.cppreference.com/w/c/io/fgetc
The expectation from the POSIX API is that this function is implemented as part of whatever C library is in use.
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresGood first issueGood for a first time contributor to takeGood for a first time contributor to takearea: C LibraryC Standard LibraryC Standard Library