islower.c

implementation of the libc islower call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
islower.cimplementation of the libc islower call
Functions
islowerReturns nonzero when c is an lowercase character

Functions

islower

int islower(int c)

Returns nonzero when c is an lowercase character

int islower(int c)
Returns nonzero when c is an lowercase character