binaryninja/personal/scc-docs/close.txt

16 lines
271 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01: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]