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.043947 seconds and 4 git commands to generate.