-rw-r--r-- 157 saferewrite-20210915/src/decode_761xint32/little/decode.c
#include "crypto_decode.h" #include <string.h> void crypto_decode(void *v,const unsigned char *s) { if (v != s) memcpy(v,s,crypto_decode_STRBYTES); }