Function
skipWhite(_:_:_:) skipWhiteskipWhite
Declaration
func skipWhite(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!, _ length: UInt)Declaration
void skipWhite(const char *line, NSUInteger *pos, NSUInteger length);Declaration
skipWhite(line: str, pos: int, length: int)