curl.h 81 B

12345
  1. #include <stdlib.h>
  2. #include <string.h>
  3. #include <curl/curl.h>
  4. char *getData();