asm_book/section_1/regs/bar.c
2022-05-20 09:52:55 -05:00

4 lines
44 B
C

char Foo(char a, char b)
{
return a + b;
}