strupr : 强制将字符串转换为大写
#include <string.h>char *strupr(char *a);```### 描述
strupr 将 a 处的字符串中的每个字符转换为大写。### 返回值
strupr 返回其参数 a。
---
**权威来源**: BUSMASTER DITA help source `strupr.dita`, compiled into `BUSMASTER.CHM` with the application.#include <string.h>char *strupr(char *a);```### 描述
strupr 将 a 处的字符串中的每个字符转换为大写。### 返回值
strupr 返回其参数 a。
---
**权威来源**: BUSMASTER DITA help source `strupr.dita`, compiled into `BUSMASTER.CHM` with the application.