14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
puts
|
|
====
|
|
:title: Shellcode Compiler Runtime
|
|
|
|
---------------------------------------------
|
|
int puts(const char* str);
|
|
---------------------------------------------
|
|
|
|
Writes the string `str` to standard output.
|
|
|
|
See also
|
|
--------
|
|
link:fputs.html[fputs]
|