소스 검색

ft: 终版1.1

master
SisMaker 4 년 전
부모
커밋
50ae0df3e7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      include/eFmt.hrl

+ 3
- 1
include/eFmt.hrl 파일 보기

@ -1,5 +1,5 @@
%% pretty
-define(LineCCnt, 120).
-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])).

불러오는 중...
취소
저장