map(print<int, ','>, mmx::range(10));
print(mmx::base64_encode(6, 79, 4, 0, 0));
print(mmx::choice("one", "two", "three", "four"));
Can't compile 32 bit code with 64 bit compiler GCC docs
map(print<int, ','>, mmx::range(10));
print(mmx::base64_encode(6, 79, 4, 0, 0));
print(mmx::choice("one", "two", "three", "four"));
Can't compile 32 bit code with 64 bit compiler GCC docs