Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "crc.hpp"
- #include <stdlib.h>
- void some(boost::crc_32_type& result, void* ptr, size_t size)
- {
- result.process_bytes(ptr, size);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement