Hacker News new | ask | show | jobs
by CWuestefeld 1292 days ago
I just realized that my above model answer gets broken by the formatter. the first question should get answered with char-star, that is, pointer to char.
2 comments

If you put a backslash in front of the asterisk it should be kept as-is instead of triggering the formatting.
This is why I don't use C. ;)