-rw-r--r-- 112 saferewrite-20241004/src/uint32_smaller_01/ref/smaller.c raw#include <inttypes.h> uint32_t uint32_smaller_01(uint32_t x,uint32_t y) { if (x < y) return 1; return 0; }