Doesn’t GNU C Library (glibc) include an implementation of C POSIX library, which is a superset of C standard library? So, it seems glibc is much “larger” than a “C standard library“. Can you use the word “implementation” in this case?
Doesn’t GNU C Library ( glibc ) include an implementation of C POSIX library
Share
Yes, because it does implement each and every portion of the C Standard Library.
This makes sense, given that it’s a superset of the standard library.