# `GSIntToBuffer`

*Function*

## Declaration

```swift
func GSIntToBuffer(_ buffer: UnsafeMutablePointer<CChar>, _ aInt: UInt) -> Int
```

```objc
size_t GSIntToBuffer(char *buffer, NSUInteger aInt);
```

```python
GSIntToBuffer(buffer: str, aInt: int) -> int
```

## See Also

### Integers, Tags, and Dates

- [`GSIntToString`](/Core/GlyphsCore/GSIntToString)
- [`GSFourCharCodeFromTagString`](/Core/GlyphsCore/GSFourCharCodeFromTagString) — Panics if the tag string is not four `unichar` characters long.
- [`GSTagStringFromFourCharCode`](/Core/GlyphsCore/GSTagStringFromFourCharCode)
- [`stringFromDate`](/Core/GlyphsCore/stringFromDate)

