Skip to content

Rename _putchar() #55

Closed
Closed
@eyalroz

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

Assignees

Labels

resolved-on-developA changeset fixing this issue has been commiutted to the development branchtask

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions