delorie.com/djgpp/doc/libc/libc_787.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <string.h> char *strupr(char *string); |
This function converts all lower case characters in string to upper case.
string
ANSI/ISO C | No |
POSIX | No |
char buf[] = "Foo!"; strupr(buf); |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |