SYNOPSIS
#include <ctype.h>
int isspace(int c);
int isspace_l(int c, locale_t locale);
DESCRIPTION
The
The behavior of the
PARAMETERS
- c
-
Is an integer whose value is representable as an unsigned char, or the value of the macro EOF.
- locale
-
Is a locale_t perhaps returned by
newlocale() or LC_GLOBAL_LOCALE or 0 for the current thread locale set withuselocale() .
RETURN VALUES
The
CONFORMANCE
ANSI/ISO 9899-1990.
MULTITHREAD SAFETY LEVEL
MT-Safe, with exceptions.
The function
The function
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
isalnum() ,isalnum_l() ,isalpha() ,isalpha_l() ,isascii() ,isascii_l() ,iscntrl() ,iscntrl_l() ,isdigit() ,isdigit_l() ,isgraph() ,isgraph_l() ,islower() ,islower_l() ,isprint() ,isprint_l() ,ispunct() ,ispunct_l() ,isupper() ,isupper_l() ,isxdigit() ,isxdigit_l() ,newlocale() ,setlocale()
PTC MKS Toolkit 10.4 Documentation Build 39.