binaryninja/scc-docs/close.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

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]