1 2 3 4 5 6 7 8
#ifndef KNOB_BLOCK_H #define KNOB_BLOCK_H #include <stdint.h> void blockcpy(void *to, const void *from, uint32_t count); #endif