- To implement new function for printing system information, please create
modules/print_<feature_name>.h
andmodules/print_<feature_name>.cc
. - Write code as simple as possible
- Do not
#include
external library unless absolutely necessary
modules/print_<feature_name>.h
and modules/print_<feature_name>.cc
.#include
external library unless absolutely necessary