diff options
author | chai <chaifix@163.com> | 2021-12-01 13:34:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-01 13:34:22 +0800 |
commit | 09abf1b529b4226f585ecfbb20866715b901755b (patch) | |
tree | 16929f2a6bee3ad4667bdd006cfcc1e683ab7210 /Client/Source/fixedpoint/test_basic.c | |
parent | 84d961f754c905b37420f4d1b3fee8f4e523e58a (diff) |
+fpm
Diffstat (limited to 'Client/Source/fixedpoint/test_basic.c')
-rw-r--r-- | Client/Source/fixedpoint/test_basic.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Client/Source/fixedpoint/test_basic.c b/Client/Source/fixedpoint/test_basic.c index f10c97d..0d3f927 100644 --- a/Client/Source/fixedpoint/test_basic.c +++ b/Client/Source/fixedpoint/test_basic.c @@ -1,6 +1,6 @@ -// 测试定点数 - -int main() -{ - return 0; -} +// 测试定点数
+
+int main()
+{
+ return 0;
+}
|