#include uint32_t my_add(uint32_t a, uint32_t b) { return a + b; }