Help for this page
#include <stdio.h> #include <stddef.h> ... printf( "IV is %d bytes\n", sizeof( IV ) ); printf( "STRLEN is %d bytes\n", sizeof( STRLEN ) ); }
C:\test>size_t.exe _WIN64 is not defined ... STRLEN is 8 bytes