Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
libssh2.org の例: http://www.libssh2.org/examples/ssh2_exec.html
次の行があります:char buffer [0x4000];
この行は何をしているのですか?
このコードは、16KiB のバッファーを割り当てます。0x400016 進数では 4000、10 進数では 16384 を意味します。
0x4000