This commit is contained in:
2025-10-06 04:18:49 +08:00
commit df2cacdb92
2784 changed files with 1280840 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#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);