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