tolower.c

implementation of the libc tolower call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
tolower.cimplementation of the libc tolower call
Functions
tolowerReturns the lowercase version of a character

Functions

tolower

int tolower(int c)

Returns the lowercase version of a character

int tolower(int c)
Returns the lowercase version of a character