11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
|
atoi
|
||
|
====
|
||
|
:title: Shellcode Compiler Runtime
|
||
|
|
||
|
---------------------------------------------
|
||
|
int atoi(const char* str);
|
||
|
---------------------------------------------
|
||
|
|
||
|
Converts a decimal string `str` to an integer, and returns the integer value.
|
||
|
|