Function
sWriteStringEscape(_:_:_:_:) sWriteStringEscapesWriteStringEscape
Declaration
func sWriteStringEscape(_ buffer: UnsafeMutablePointer<CChar>, _ maxLength: Int, _ value: String, _ escape: Bool) -> IntDeclaration
size_t sWriteStringEscape(char *buffer, size_t maxLength, NSString *value, BOOL escape);Declaration
sWriteStringEscape(buffer: str, maxLength: int, value: str, escape: bool) -> int