16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
|
close
|
||
|
=====
|
||
|
:title: Shellcode Compiler Runtime
|
||
|
|
||
|
---------------------------------------------
|
||
|
int close(int fd);
|
||
|
---------------------------------------------
|
||
|
|
||
|
Closes the file handle `fd`.
|
||
|
|
||
|
See also
|
||
|
--------
|
||
|
link:dup.html[dup],
|
||
|
link:dup2.html[dup2],
|
||
|
link:open.html[open]
|