toupper.c

implementation of the libc toupper call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
toupper.cimplementation of the libc toupper call
Functions
toupperReturns the uppercase version of a character

Functions

toupper

int toupper(int c)

Returns the uppercase version of a character

int toupper(int c)
Returns the uppercase version of a character