This website works better with JavaScript
首頁
探索
說明
登入
software
/
ComposerDesktopProject
镜像来自
https://github.com/ComposersDesktop/CDP8.git
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
瀏覽代碼
simplified calls to round
richarddobson
2 周之前
父節點
883be31fad
當前提交
4a05b0218f
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
統一視圖
顯示文件統計
3
0
dev/distort/disprepro.c
+ 3
- 0
dev/distort/disprepro.c
查看文件
@@ -42,6 +42,9 @@
#include <sfsys.h>
#include <sfsys.h>
+//#ifdef unix
+#define round(x) lround((x))
+//#endif