首页 > 其他分享 >【C】头文件

【C】头文件

时间:2023-02-18 10:55:05浏览次数:44  
标签:系统 window include 头文件

window系统

#include <windows.h>

 

#include <winsock.h>

 

#include <stdio.h>

 

#include <stdlib.h>

 

#include <stdint.h>

 

#include <inttypes.h>

 

#include <string.h>

 

#include <limits.h>

 

#include <float.h>

 

#include <ctype.h>

 

标签:系统,window,include,头文件
From: https://www.cnblogs.com/yangchongxing/p/17132136.html

相关文章