- Joined
- Sep 17, 2007
- Messages
- 4
- Reaction score
- 0
Hi all!
Which is the standard function to convert a string into upper case?
I've used strupr(), but it's not detected by gcc since not in ANSI standard (obv I've included sdgstd.h).
I need something standard to do both conversions..
Which is the standard function to convert a string into upper case?
I've used strupr(), but it's not detected by gcc since not in ANSI standard (obv I've included sdgstd.h).
I need something standard to do both conversions..