# `CLAMP`

*Macro*

## Declaration

```objc
#define CLAMP(v, l, h)
```

```python
CLAMP(v, l, h)
```

