#C coding standard?
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
I mean, there are a million coding standards you could follow
If you feel a need to follow a standard someone has written out, I'd just look at the first few results on google and pick the one you like
I went through the kernel one. But there's no mention of naming structs in it
Do you know what's the naming convention for naming structs?
Kernel code is pretty ugly
just pick one
Pitchfork layout is good enough
If you have just a single header or a single heder and source file it's better to have it all in the root folder
Kernel code doesn't typedef structs, that's one major difference to many coding conventions out there.
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.