Function
readInt(_:_:) readIntreadInt
Declaration
func readInt(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!) -> IntDeclaration
NSInteger readInt(const char *line, NSUInteger *pos);Declaration
readInt(line: str, pos: int) -> int