Skip to content

strupr : force string to uppercase

#include <string.h>
char *strupr(char *a);
```### Description
strupr converts each characters in the string at a to upper case.### Returns
strupr returns its argument, a.
---
**Authoritative source**: BUSMASTER DITA help source `strupr.dita`, compiled into `BUSMASTER.CHM` with the application.