Declaration

func readIntList(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!, _ values: UnsafeMutablePointer<Int>!, _ count: UnsafeMutablePointer<Int>!) -> Bool

Declaration

BOOL readIntList(const char *line, NSUInteger *pos, NSInteger *values, NSInteger *count);

Declaration

readIntList(line: str, pos: int, values: int, count: int) -> bool

See Also

Values