Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libc/puts: newline was omitted for empty string
`puts("");` did not print a newline. The standard behavior is to print a newline even if the string is empty. Signed-off-by: liamHowatt <[email protected]>
- Loading branch information