binaryninja/commercial/scc-docs/dup.txt

15 lines
283 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
dup
===
:title: Shellcode Compiler Runtime
---------------------------------------------
int dup(int fd);
---------------------------------------------
Duplicates the file handle `fd` and returns the new file handle.
See also
--------
link:close.html[close],
link:dup2.html[dup2]