summaryrefslogtreecommitdiffstats
path: root/lib/libc-headless/include/ctype.h
blob: 9dfcc3b2bfac920039af6aeeb65cce4ffad4ee94 (plain) (blame)
1
2
3
4
5
6
7
#ifndef _CTYPE_H
#define _CTYPE_H 1

int toupper(int c);
int tolower(int c);

#endif