asm_book/section_1/funcs/f01.c
2022-05-20 09:33:04 -05:00

4 lines
No EOL
51 B
C

long func(long p1, long p2)
{
return p1 + p2;
}