What is the purpose of features.h header?

前端 未结 4 1516
北海茫月
北海茫月 2020-12-29 08:15

What is the purpose of the features.h header? Why and when can it be used in my code?

Does it define source features supported by the system? Or does i

4条回答
  •  佛祖请我去吃肉
    2020-12-29 09:00

    In general if you need to use any of the variables or functions defined in a header file, you need to include it in your program. This rule is valid for features.h also. You can see a URL for features.h for your reference below:

    http://repo-genesis3.cbi.utsa.edu/crossref/heccer/usr/include/features.h.html

提交回复
热议问题