21-11-2014, 03:18 PM
What is the essential category and rank of (implementation dependent) C99 type wchar_t?
<t></t>
Welcome to the new MISRA discussion forum, if you were previously a member of our forums you may need to reset your password.
Essential type of wchar_t?
|
21-11-2014, 03:18 PM
What is the essential category and rank of (implementation dependent) C99 type wchar_t?
<t></t>
05-12-2014, 09:20 AM
Appendix D.1 lists the mapping of standard types to essential type categories. wchar_t is an implementation-defined integer type. It will therefore map to either an essentially signed or unsigned type depending on the implementation. Its rank will be that of its implementation.
Future versions of the MISRA guidelines are likely to define a specific essential type for wchar_t.
Posted by and on behalf of the MISRA C Working Group
|
« Next Oldest | Next Newest »
|