curl.h 94 B

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