|
@ -1,5 +1,5 @@ |
|
|
%% pretty 模式下 每行打印的字符数 |
|
|
%% pretty 模式下 每行打印的字符数 |
|
|
-define(LineCCnt, 120). |
|
|
|
|
|
|
|
|
-define(LineCCnt, 20). |
|
|
|
|
|
|
|
|
-define(base(Precision), case Precision of none -> 10; _ -> Precision end). |
|
|
-define(base(Precision), case Precision of none -> 10; _ -> Precision end). |
|
|
%% 三元表达式 |
|
|
%% 三元表达式 |
|
@ -16,4 +16,6 @@ |
|
|
, strings :: boolean() %% 如果存在修饰符l,则将 string设置为false。 |
|
|
, strings :: boolean() %% 如果存在修饰符l,则将 string设置为false。 |
|
|
}). |
|
|
}). |
|
|
|
|
|
|
|
|
|
|
|
-define(log(Args), io:format("IMY**********~w~n", [Args])). |
|
|
|
|
|
|
|
|
|
|
|
|