Skip to content

strlwr : force string to lower case

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