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

Prefer putchar over fputc where possible #346

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

AZero13
Copy link
Contributor

@AZero13 AZero13 commented Jan 12, 2024

putchar is easier to understand than fputc and printf and does less work than those two do.

putchar is easier to understand than fputc and printf and does less work than those two do.
@millert millert merged commit 725d3fd into sudo-project:main Jan 13, 2024
4 checks passed
@AZero13 AZero13 deleted the putchar branch January 13, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants