stdlib.h
stdlib刘烧称头文件里包含了C语言的一些函数
该文件包含了的C语言法其席片菜凯标准库函数的定义
stdlib.h里面定义了五种类型、一些宏和通用工具函数。类型例如size_t、wchar_t、div_t、ldiv_t和lldiv_t;宏例如EXIT_FAILURE、EXIT_SUCCESS、RAND_MAX和MB_CUR_MAX等等;常用的函数如malloc()、calloc()、realloc()、free()、system()、atoi()、atol()、rand()、srand()、exit()等等。具体的内容你自己可以打开编译器的include目录里面的stdl件ib.h头文件看看介圆。
conio.h
conio.h不你地庆千低兵演面末是C标准库中的头文件。
conio是ConsoleInput/Output(控制台输入输出)的简写,其中定义了通过控制台进行数据输入和数据输出的函数,主要是排突拿呢领限一些用户通过按键盘产生的对应操作,比如getch()函数等等。
包含的函数
cgets(char*);
cprintf(第频constchar*,...白);
cputs(constchar*);
cscanf饭配备维村罪造特济家排(constchar*,...);
inp(unsi引这杀苗著措背两积gnedshort);
inpw(传读unsignedshort);
getch(void);
getche(void);
kbhit(void座求杀陆);
outp(unsignedshort,int);
outpw(unsignedshort,unsignedshort);
putch(int)矿重商务;
ungetch(int);
void_Cdeclclreol升段环(void);
void_Cdeclclrscr(void);
void_Cdecldelline(void);
int_Cdeclgettext(intleft多让根断句给越入烧鲁基,inttop,intrig永ht,intbottom,
void*destin);
void_Cdeclgettextinfo(structtext_info*r);
vo沙兴经组停展苏欢id_Cdeclg前超otoxy(intx,inty);
void_Cdeclhighvideo(void);
void_Cdeclinsline(void);
void_Cdecllowvideo(void);
int_Cdeclmovetext(intleft,inttop,intright,intbottom,
intdestleft,intdesttop);
void_Cdeclnormvideo(void);
int_Cdeclputtext(intleft,inttop,intright,intbottom,
void*source);
void_Cdecltextattr(intnewattr);
void_Cdecltextbackground(intnewcolor);
void_Cdecltextcolor(intnewcolor);
void_Cdecltextmode(intnewmode);
int_Cdeclwherex(void);
int_Cdeclwherey(void);
void_Cdeclwindow(intleft,inttop,intright,intbottom);
har*_Cdeclcgets(char*str);
int_Cdeclcprintf(constchar*format,...);
int_Cdeclcputs(constchar*str);
int_Cdeclcscanf(constchar*format,...);
int_Cdeclgetch(void);
int_Cdeclgetche(void);
char*_Cdeclgetpass(constchar*prompt);
int_Cdeclkbhit(void);
int_Cdeclputch(intc);
int_Cdeclungetch(intch);
标签:stdli,来自