Are strupr() and strlwr() in string.h part of the ANSI standard?

前端 未结 3 2064
無奈伤痛
無奈伤痛 2020-11-27 22:42

I was looking for this on internet and in every place with the functions of string.h these two are not mentioned.

Is because what? They aren\'t in every compiler?

3条回答
  •  离开以前
    2020-11-27 23:40

    These functions are not C standard functions. So it is implementation-defined whether they are supported or not.

提交回复
热议问题