binaryninja/personal/scc-docs/puts.txt

14 lines
252 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
puts
====
:title: Shellcode Compiler Runtime
---------------------------------------------
int puts(const char* str);
---------------------------------------------
Writes the string `str` to standard output.
See also
--------
link:fputs.html[fputs]