Content deleted Content added
Sun Creator (talk | contribs) →Haskell: Typo fixing and checking using AWB |
Sun Creator (talk | contribs) m A to An and Typo fixing using AWB |
||
Line 133:
There is no standard trim function in C or C++. Most of the available string libraries<ref>http://www.and.org/vstr/comparison</ref> for C contain code which implements trimming, or functions that significantly ease an efficient implementation. The function has also often been called '''EatWhitespace''' in some, non-standard C libraries.
In C, programmers often combine
<source lang="C">
|