"No code in .h files or #defines"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
96bb9efdb7
commit
ff8e9d95ee
1 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,9 @@ readable and maintainable.
|
|||
|
||||
Language features
|
||||
-----------------
|
||||
Write normal C code. Don't redefine the language. No new types (structs are
|
||||
structs, not typedefs), no C++isms or Javaisms.
|
||||
Write normal C code. Keep it simple. Don't redefine the language. No new types
|
||||
(structs are structs, not typedefs). No C++isms or Javaisms. No code in .h
|
||||
files or #defines.
|
||||
|
||||
Identifiers
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue