RosettaCodeData/Task/Variable-size-Get/C++/variable-size-get-1.cpp

3 lines
54 B
C++
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
#include <cstdlib>
std::size_t intsize = sizeof(int);