I use Ubuntu 20.04 on Intel Celeron I reverse assembled this C code.
extern int addintandint(int i,int j) { return i + j; }
like this