Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
0xcde4c3db
on Jan 26, 2018
|
parent
|
context
|
favorite
| on:
Some obscure C features
My favorite (somewhat) obscure C feature:
puts("Line one\nLine two\nLine three");
and
puts("Line one\n" "Line two\n" "Line three\n");
mean the exact same thing. This can be a godsend for making complex debug/log output more presentable in the source.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: