Why Nostr? What is Njump?
2024-04-11 07:21:07
in reply to

:p: on Nostr: Hyperhidrosis Lotta output ends up line-buffered, you gotta put breaks in once in a ...

Lotta output ends up line-buffered, you gotta put breaks in once in a while. You can use puts() or fputs() instead of printf if you're not using any formatting, it adds a line break in automatically. Or you could do something like

for(i=0;;i++){printf("whatever%c", i&15 ? ' ' : '\n');}
Author Public Key
npub1nd3jnmg8qt89jryj4ejtm9lm9qhr6wydmp2au7rsef7we5dnpytsxfr8cf