mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Const is allowed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
727d8d2504
commit
83b8eded9e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ readable and maintainable.
|
||||||
Language features
|
Language features
|
||||||
-----------------
|
-----------------
|
||||||
Write normal C code. Don't redefine the language. No new types (structs are
|
Write normal C code. Don't redefine the language. No new types (structs are
|
||||||
structs, not typedefs), no C++isms or Javaisms. Also, avoid using "const".
|
structs, not typedefs), no C++isms or Javaisms.
|
||||||
|
|
||||||
Names
|
Names
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue