/** * Generic utils * wumpus 2003 -- www.blacksphere.tk */ #include #include #include #include "wmx-util.h" /** * Dump raw hex */ void dumpraw(char *str, unsigned char *buffer, size_t length) { size_t x; printf("["); for(x=0; x=0; x--) { dest[x] = '0' + (value & 1); value >>= 1; } dest[len] = 0; } /* How should editor hadle tabs in this file? Add editor commands here. * vim: noexpandtab sw=8 ts=8 sts=8: */