-rw-r--r-- 139 saferewrite-20241004/src/uint16_store_bigendian/supercopnew/store_bigendian.c raw#include "crypto_uint16.h" void uint16_store_bigendian(unsigned char *s,crypto_uint16 x) { return crypto_uint16_store_bigendian(s,x); }