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

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

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