blob: 1eb076d5e939f33aec4ae4f6fe30b9d858a11789 [file] [log] [blame] [view]
# C/C++
- [Editor setup](editors.md)
- [Naming conventions](naming.md)
- [C++ style guide](cpp-style.md)
- [Library restrictions](library_restrictions.md)
- [Logging](logging.md)
- [Perftest micro-benchmark library](/zircon/system/ulib/perftest/README.md)
- [Lint](lint.md)
- [Thread safe asynchronous code](thread-safe-async.md)