Declaration

func readInt(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!) -> Int

Declaration

NSInteger readInt(const char *line, NSUInteger *pos);

Declaration

readInt(line: str, pos: int) -> int

See Also

Values