Use puts(3) instead of printf(3) #1
emma
commented 2023-03-10 14:16:50 -07:00
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
```
emma
referenced this issue from a commit 2023-03-10 14:17:43 -07:00
fixes #1
emma
closed this issue 2023-03-10 14:17:43 -07:00
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?