blob: cc59f113bc192e446c55f2b9da5bb8a602af1389 [file] [log] [blame]
#include <stdint.h>
uint32_t my_add(uint32_t a, uint32_t b) {
return a + b;
}