wget: move from cpp-cheat

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-09-22 00:00:00 +00:00
parent f7734aecf7
commit b4b2164f29
3 changed files with 116 additions and 3 deletions

View File

@@ -13120,6 +13120,12 @@ The example allocates two ints and uses them, and then deallocates back.
Bibliography: https://stackoverflow.com/questions/6988487/what-does-the-brk-system-call-do/31082353#31082353
==== socket
A bit like `read` and `write`, but from / to the Internet!
* link:userland/posix/wget.c[] tiny `wget` re-implementation. See: https://stackoverflow.com/questions/11208299/how-to-make-an-http-get-request-in-c-without-libcurl/35680609#35680609
=== Userland multithreading
The following sections are related to multithreading in userland: