Use puts(3) instead of printf(3) #1

Closed
opened 2023-03-10 14:16:50 -07:00 by emma · 0 comments
Owner
trinity#3756 [2022-03-10 | 16:11]: either puts(3) or write(2) would be better than printf(3) if not using the formatting. your compiler converts printf to puts automagically in this case though
``` trinity#3756 [2022-03-10 | 16:11]: either puts(3) or write(2) would be better than printf(3) if not using the formatting. your compiler converts printf to puts automagically in this case though ```
emma referenced this issue from a commit 2023-03-10 14:17:43 -07:00
emma closed this issue 2023-03-10 14:17:43 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: emma/bike#1
No description provided.