DEBSOURCES
Skip Quicknav
sources / natlog / 3.01.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; }