DEBSOURCES
Skip Quicknav
sources / ssh-cron / 2.00.00-1 / icmake / cuteoln
12345678910
string cutEoln(string text) { int len; len = strlen(text) - 1; if (text[len] == "\n") text = substr(text, 0, len); return text; }