-rw-r--r-- 110 saferewrite-20210904/src/int32_smallermask/ref/smaller.c
#include <inttypes.h> int32_t int32_smallermask(int32_t x,int32_t y) { if (x < y) return -1; return 0; }