|
Y-lib
Loadrunner libraries
|
Standard C functions using character defined in ctype.h. More...
Standard C functions using character defined in ctype.h.
| int isalnum | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/isalnum/.
| int isalpha | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/isalpha/.
| int iscntrl | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/iscntrl/.
| int isdigit | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/isdigit/.
| int isgraph | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/isgraph/.
| int islower | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/islower/.
| int isprint | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/isprint/.
| int ispunct | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/ispunct/.
| int isspace | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/isspace/.
| int isupper | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/isupper/.
| int isxdigit | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/isxdigit/.
| int tolower | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/tolower/.
| int toupper | ( | int | character | ) |
Documented at http://www.cplusplus.com/reference/cctype/toupper/.
1.8.11