strcase.c
来自「C语言库函数的源代码,是C语言学习参考的好文档。」· C语言 代码 · 共 25 行
C
25 行
/* +++Date last modified: 05-Jul-1997 */
/***************************************************************************
* @(#)strcase
* @(#) Converts a string to upper/lowercase using non ASCII convertion
*
***************************************************************************
*@(#)1993 Erik Bachmann
*
* Released to public domain 27-Oct-95
***************************************************************************/
#include <string.h> /* strlen */
#include "bacstd.h"
/*
/-------------------------------------\
| STRCASE |------------------------------------|
|\-------------------------------------/
|
| Converts a string to upper/lowercase using non ASCII convertion
|
| Examples of sort sequences found in SORTKEY.h
|----------------------------------------------------------------------------|
| CALL:
| pszStr = strcase("abc憶
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?