🎨 统一模块初始化函数名为<name>_init()

This commit is contained in:
fslongjin
2022-02-22 22:17:27 +08:00
parent 7d12b3483a
commit 07babf6db4
7 changed files with 9 additions and 8 deletions

View File

@ -39,6 +39,7 @@
})
// 定义类型的缩写
typedef unsigned int uint;
typedef unsigned long ul;
typedef unsigned long long int ull;
typedef long long int ll;