/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: str_to_buf()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: str_to_buf()</h1>

<hr>

<p>
<font size=+1><i>BUFFER</i> <b>str_to_buf</b>(<i>STRING <b>str</b></i>)</font>

<p>This function converts the string specified by the argument <var>str</var>
to a buffer.  If the character sequence <code>"\r"</code> or the character
sequence <code>"\n"</code> is encountered, a carriage return (ASCII 13) or
newline (ASCII 10) will be placed in the buffer instead.

<p><hr size=4><p align=center><i>Last Modified on 24 Mar 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>