33 std::ostream& operator<<(std::ostream& os, const std::tuple<>&) {
40 bool Memcmp(
const void*
const _in,
const void*
const _out,
unsigned long size) {
41 unsigned char* in = (
unsigned char*)_in;
42 unsigned char* out = (
unsigned char*)_out;
44 for (
unsigned long i = 0; i < size; ++i)
45 if (*(in++) != *(out++))
return false;
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
void __atexit()
Used for debug purpose.
bool Memcmp(const void *const _in, const void *const _out, unsigned long size)
Cross-platform replacement for memcmp.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.