mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 01:46:46 +08:00
6 lines
No EOL
67 B
C
6 lines
No EOL
67 B
C
#include <unistd.h>
|
|
|
|
void Foo() {
|
|
write(0, 0, 0);
|
|
return;
|
|
} |