Declaration

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

Declaration

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

Declaration

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

See Also

Values