This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eFmt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 终版1.1
master
SisMaker
4 years ago
parent
2adf5dae90
commit
50ae0df3e7
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
include/eFmt.hrl
+ 3
- 1
include/eFmt.hrl
View File
@ -1,5 +1,5 @@
%
%
pretty
模
式
下
每
行
打
印
的
字
符
数
-
define
(
LineCCnt
,
1
20
)
.
-
define
(
LineCCnt
,
20
)
.
-
define
(
base
(
Precision
)
,
case
Precision
of
none
-
>
10
;
_
-
>
Precision
end
)
.
%
%
三
元
表
达
式
@ -16,4 +16,6 @@
,
strings
:
:
boolean
(
)
%
%
如
果
存
在
修
饰
符
l
,
则
将
string设置为false
。
}
)
.
-
define
(
log
(
Args
)
,
io
:
format
(
"
IMY**********
~w
~n
"
,
[
Args
]
)
)
.
Write
Preview
Loading…
Cancel
Save