Do not plagiarize. Do not misrepresent someone else's work as your own. It is okay to use someone else's material, as long as it is public domain. Incorporating existing open source software is fine, provided it is under a compatible license.
- Use 4 spaces for tabs.
- For macros, use
ALL_CAPS_WITH_UNDERSCORE_SEPARATED_WORDS
- For typedef structs, use
CamelCaseWords
- For functions and variables, use
all_lower_case_with_underscore_separated_words