ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ctype.c File Reference
#include <string.h>
#include <ctype.h>

Go to the source code of this file.

Defines

#define __MINGW_IMPORT
#define upalpha   ('A' - 'a')

Functions

const unsigned short ** __p__pctype (void)
const unsigned short *__cdecl __pctype_func (void)
const unsigned short ** __p__pwctype (void)
const unsigned short *__cdecl __pwctype_func (void)
int _isctype (int c, int ctypeFlags)
int iswctype (wint_t wc, wctype_t wctypeFlags)
int is_wctype (wint_t wc, wctype_t wctypeFlags)
int isalpha (int c)
int isalnum (int c)
int iswalnum (wint_t c)
int __isascii (int c)
int iswascii (wint_t c)
int iscntrl (int c)
int __iscsym (int c)
int __iscsymf (int c)
int isdigit (int c)
int isgraph (int c)
int islower (int c)
int isprint (int c)
int ispunct (int c)
int isspace (int c)
int isupper (int c)
int isxdigit (int c)
int iswalpha (wint_t c)
int iswcntrl (wint_t c)
int iswdigit (wint_t c)
int iswgraph (wint_t c)
int iswprint (wint_t c)
int iswpunct (wint_t c)
int iswlower (wint_t c)
int iswupper (wint_t c)
int iswspace (wint_t c)
int iswxdigit (wint_t c)
int __toascii (int c)
int _tolower (int c)
int _toupper (int c)
int tolower (int c)
int toupper (int c)
wint_t towlower (wint_t c)
wint_t towupper (wint_t c)

Variables

const unsigned short _ctype []
const unsigned short _wctype []
const unsigned short * _pctype = _ctype + 1
const unsigned short * _pwctype = _wctype + 1

Generated on Sat May 26 2012 06:04:45 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.