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

Closed
opened 2023-03-10 21:16:50 +00: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 21:17:43 +00:00
emma closed this issue 2023-03-10 21:17:43 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: emma/bike#1
No description provided.