建档
This commit is contained in:
16
source/Tool/Tool_Network.h
Normal file
16
source/Tool/Tool_Network.h
Normal 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);
|
||||
Reference in New Issue
Block a user