asm_book/section_1/funcs/seek.c
2023-01-14 14:39:41 -06:00

6 lines
No EOL
67 B
C

#include <unistd.h>
void Foo() {
write(0, 0, 0);
return;
}