16 lines
345 B
C
16 lines
345 B
C
#pragma once
|
|
|
|
#ifdef _SWITCH_
|
|
#include <switch.h>
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "Tool/Logger.h"
|
|
|
|
// // 回调函数
|
|
// size_t write_callback(void *contents, size_t size, size_t nmemb, void *userp);
|
|
|
|
// // HTTP GET请求函数
|
|
// int http_get(const char *url, char **response, size_t *response_size);
|