Use puts(3) instead of printf(3) #1
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
```
fixes #1
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?