Y
Hacker News
new
|
ask
|
show
|
jobs
by
spiralpolitik
4498 days ago
// became valid C in C99. 15 years ago.
1 comments
ecesena
4498 days ago
Sorry, I should have said it's Linux kernel [1].
Linux style for comments is the C89 "/* ... */" style. Don't use C99-style "// ..." comments.
[1]
https://www.kernel.org/doc/Documentation/CodingStyle
link