ReactOS 0.4.16-dev-1113-g99ecbf5
|
#include <corecrt_internal_traits.h>
Public Types | |
typedef char | char_type |
typedef unsigned char | unsigned_char_type |
typedef wchar_t | other_char_type |
typedef int | int_type |
typedef STARTUPINFOA | startup_info_type |
typedef WIN32_FIND_DATAA | win32_find_data_type |
Definition at line 139 of file corecrt_internal_traits.h.
typedef char __crt_char_traits< char >::char_type |
Definition at line 141 of file corecrt_internal_traits.h.
typedef int __crt_char_traits< char >::int_type |
Definition at line 144 of file corecrt_internal_traits.h.
typedef wchar_t __crt_char_traits< char >::other_char_type |
Definition at line 143 of file corecrt_internal_traits.h.
typedef STARTUPINFOA __crt_char_traits< char >::startup_info_type |
Definition at line 145 of file corecrt_internal_traits.h.
typedef unsigned char __crt_char_traits< char >::unsigned_char_type |
Definition at line 142 of file corecrt_internal_traits.h.
typedef WIN32_FIND_DATAA __crt_char_traits< char >::win32_find_data_type |
Definition at line 146 of file corecrt_internal_traits.h.