mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 07:46:47 +08:00
4 lines
No EOL
51 B
C
4 lines
No EOL
51 B
C
long func(long p1, long p2)
|
|
{
|
|
return p1 + p2;
|
|
} |