ftp.delorie.com/djgpp/doc/libc/libc_787.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

strupr

Syntax

 
#include <string.h>

char *strupr(char *string);

Description

This function converts all lower case characters in string to upper case.

Return Value

string

Portability

ANSI/ISO C No
POSIX No

Example

 
char buf[] = "Foo!";
strupr(buf);


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004