# `skipWhite`

*Function*

## Declaration

```swift
func skipWhite(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!, _ length: UInt)
```

```objc
void skipWhite(const char *line, NSUInteger *pos, NSUInteger length);
```

```python
skipWhite(line: str, pos: int, length: int)
```

## See Also

### Text and Keys

- [`copyReadString`](/Core/GlyphsCore/copyReadString)
- [`copyReadQuotedString`](/Core/GlyphsCore/copyReadQuotedString)
- [`copyReadText`](/Core/GlyphsCore/copyReadText)
- [`copyReadTextLine`](/Core/GlyphsCore/copyReadTextLine)
- [`copyReadKey`](/Core/GlyphsCore/copyReadKey)
- [`copyReadValue`](/Core/GlyphsCore/copyReadValue)

