Function
copyReadQuotedString(_:_:) copyReadQuotedStringcopyReadQuotedString
Declaration
func copyReadQuotedString(_ line: UnsafePointer<CChar>!, _ maxLength: Int) -> String!Declaration
NSString *copyReadQuotedString(const char *line, NSInteger maxLength);Declaration
copyReadQuotedString(line: str, maxLength: int) -> str