What mean file with extension “h.in”?

前端 未结 3 950
梦谈多话
梦谈多话 2020-12-24 11:13

I am studying the C language, and I saw a new extension that I had not seen before.

What do files with the extension like library.h.in mean?

Is

3条回答
  •  [愿得一人]
    2020-12-24 12:09

    Typically, a .h.in file is a header template that is filled in to become the actual header by a configure script based on the outcome of several tests for features present on the target platform.

提交回复
热议问题