mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
f6b3019796
You can now handily use `curl` with popen()/system() by placing `STATIC_YOINK("_curl")` in your main source file.
5 lines
93 B
C
5 lines
93 B
C
#include "tool/curl/cmd.h"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return _curl(argc, argv);
|
|
}
|