Cold Help System: Programming: ColdC Reference Manual: Functions: Buffer: str_to_buf()


BUFFER str_to_buf(STRING str)

This function converts the string specified by the argument str to a buffer. The character sequence "\n" will be converted to a carriage return and line feed (ASCII 13 and 10).


buf_replace() | buf_to_str() | buf_to_strings() | bufgraft() | buflen() | str_to_buf() | strings_to_buf() | subbuf() | bufidx()


the Cold Dark