Re-use AWK components
[khatus.git] / src / awk / lib / msg_in.awk
1 BEGIN {
2 FS = Msg_fs ? Msg_fs : "|"
3 Kfs = Key_fs ? Key_fs : ":"
4 }
This page took 0.090393 seconds and 5 git commands to generate.