ISInterface:EscapeQuotes

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • char *EscapeQuotes(char *text, char *buf, int buflen)

Purpose

Turns quotes into escape sequences

Usage

Parameters

  • char *text
[in] Text to be escaped
  • char *buf
[out] Buffer to put the escaped text into
  • int buflen
[in] Length of the buffer

Return Value

Returns same as buf

Examples

See Also