Function
copyReadValue(_:_:_:) copyReadValuecopyReadValue
Declaration
func copyReadValue(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!, _ MaxLength: UInt) -> String!Declaration
NSString *copyReadValue(const char *line, NSUInteger *pos, NSUInteger MaxLength);Declaration
copyReadValue(line: str, pos: int, MaxLength: int) -> str