c语言的编程轨范

c语言的编程规范
声明结构体变量
struct System_Information System_RTDB[1]

struct System_Information SYSTEM_RTDB[1]

system全部大写好还是首字母大写比较好

------解决方案--------------------
引用:
声明结构体变量
struct System_Information System_RTDB[1]

struct System_Information SYSTEM_RTDB[1]

system全部大写好还是首字母大写比较好
没有啥好坏之分,就像靠左行好还是靠右行好一样,但是如果有的靠左行有的靠右行就不好了