OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [c64libc/] [source/] [ctype.h] - Blame information for rev 51

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 22 robfinch
#ifndef CTYPE_H
2
#define CTYPE_H
3
 
4
int isspace(char ch);
5
int isxdigit(char ch);
6
int isdigit(char ch);
7
int isalpha(char ch);
8
int isupper(char ch);
9
int islower(char ch);
10
int ispunct(char ch);
11
int isalnum(char ch);
12
int isgraph(char ch);
13
int isprint(char ch);
14
int iscntrl(char ch);
15
int tolower(char ch);
16
int toupper(char ch);
17
 
18
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.