binaryninja/commercial/scc-docs/close.txt

16 lines
271 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
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]