Explorar el Código

ft: 终版1.1

master
SisMaker hace 4 años
padre
commit
50ae0df3e7
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      include/eFmt.hrl

+ 3
- 1
include/eFmt.hrl Ver fichero

@ -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])).

Cargando…
Cancelar
Guardar