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