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