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

15 lines
349 B
Plaintext

fgetc
=====
:title: Shellcode Compiler Runtime
---------------------------------------------
int fgetc(FILE* fp);
---------------------------------------------
Reads the next byte from the file stream `fp`. If the current position was at the end of the file, `EOF` is returned.
See also
--------
link:fdopen.html[fdopen],
link:fgets.html[fgets]