ckup-do-not-use - Mageia Installer and base platform for many utilities
1 2 3 4 5 6
#include <endian.h> #include <stdlib.h> #if __WORDSIZE != 64 long long int llabs(long long int i) { if (i<0) i=-i; return i; } #endif