diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-03-28 21:37:17 +0000 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-03-28 21:37:17 +0000 |
commit | 9a6bf227c02201b072dc6f9080604ffc26bcb039 (patch) | |
tree | 1a72b636d50cf745ebbd4d142ed645e16a4b1e44 /CODING | |
parent | 0cb72de9f1a5360b613933d402425082f1789135 (diff) |
Add the file CODING for coding related information.
Diffstat (limited to 'CODING')
-rw-r--r-- | CODING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ | |||
1 | Style: | ||
2 | When comparing C pointers, use == and != . This makes a visual distinction. | ||
3 | |||