You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
536 B
536 B
Coding Style Guide
Introduction
This project follows Google C++ style.
If there is any inconsistency in this repository and it's not mentioned in Google C++ style guide:
- Add a rule with reason or reference here and send a code review to the team.
- Once approved, apply the rule to the repository in a follow up change.
Rules
- Use
#pragma onceinstead of #define guards. Netsim uses compiler tool chain from external/qemu, and the project uses#pragma oncetoo.