-rw-r--r-- 115 saferewrite-20240622/src/int16_store/libmceliece/store.c raw
#include "crypto_int16.h" void int16_store(unsigned char *s,crypto_int16 x) { return crypto_int16_store(s,x); }