What can you do in C without “std” includes? Are they part of “C,” or just libraries?

后端 未结 11 989
孤独总比滥情好
孤独总比滥情好 2021-02-02 06:11

I apologize if this is a subjective or repeated question. It\'s sort of awkward to search for, so I wasn\'t sure what terms to include.

What I\'d like to know is what th

11条回答
  •  情歌与酒
    2021-02-02 06:27

    The std libraries are "standard" libraries, in that for a C compiler to be compliant to a standard (e.g. C99), these libraries must be "include-able." For an interesting example that might help in understanding what this means, have a look at Jessica McKellar's challenge here:

    http://blog.ksplice.com/2010/03/libc-free-world/

提交回复
热议问题