forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
resolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branchtask
Description
According to the C2X standard draft and the glibc documentation, we should avoid using identifiers starting with an underscore (_
) visible at file scope. So, let's avoid that by renaming our _putchar()
into putchar()
.
Metadata
Metadata
Assignees
Labels
resolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branchtask