]> icculus.org git repositories - divverent/nexuiz.git/blob - qcsrc/common/util.qh
strstr broke
[divverent/nexuiz.git] / qcsrc / common / util.qh
1
2 // this returns a tempstring containing a copy of s with additional \n newlines added, it also replaces \n in the text with a real newline
3 // NOTE: s IS allowed to be a tempstring
4 string wordwrap(string s, float l);