__toascii
Visual Studio .NET 2003
Converts characters.
int __toascii( int c );
Parameters
- c
- Character to convert.
Return Value
__toascii converts a copy of c if possible, and returns the result. There is no return value reserved to indicate an error.
Remarks
The __toascii routine converts the given character to an ASCII character.
Requirements
| Routine | Required header | Compatibility |
|---|---|---|
| __toascii | <ctype.h> | Win 98, Win Me, Win NT, Win 2000, Win XP |
For additional compatibility information, see Compatibility in the Introduction.
Libraries
All versions of the C run-time libraries.
See Also
Data Conversion Routines | is Routines | to Functions Overview | Run-Time Routines and .NET Framework Equivalents