简体   繁体   English

当我使用stdio.h,conio.h时链接了哪个库

[英]which library is linked when i am using stdio.h,conio.h

see when ever we are going to use any library at that time we include one .h file in our application & at compiling that application we link that library. 看看那时我们什么时候将使用任何库,我们在应用程序中包含一个.h文件,并且在编译该应用程序时,我们链接了该库。 if that library is .so then link at run time. 如果该库是.so,则在运行时链接。

Now my question is in any system when i am including basic header file like stdio.h conio.h string.h at that time which library is going to link with my program.? 现在我的问题是在任何系统中,当我包括基本的头文件(例如stdio.h conio.h string.h)时,哪个库将与程序链接。

Is it static or dynamic.? 它是静态的还是动态的。

how can i install it in ma system.? 我如何在ma系统中安装它? any documentation for that? 有任何文件吗?

we are not linking that library still does that library automatically link.? 我们没有链接该库,但该库仍会自动链接。

libc.so是linux(当前为libc.so.6 )的标准库(动态链接)

这些功能的实现通常可以直接在libc中找到,例如libc.so.6或msvcrt90.dll。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM