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