-rw-r--r-- 115 saferewrite-20240622/src/int32_bottomzeros_num/supercopnew/bottomzeros_num.c raw
#include "crypto_int32.h" int int32_bottomzeros_num(crypto_int32 x) { return crypto_int32_bottomzeros_num(x); }