ISInterface:Escape

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

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

Purpose

Puts escape characters where required

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