DEBSOURCES
Skip Quicknav
sources / filtermail / 1.06.00-2 / icmake / cuteoln
123456789
string cutEoln(string text) { int len; len = strlen(text) - 1; if (text[len] == "\n") text = substr(text, 0, len); return text; }