Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Hundreds of .h files on mac ????

  • 17-07-2019 10:06PM
    #1
    Registered Users, Registered Users 2 Posts: 139
    ✭✭


    I was seaching for a pdf on my mac and the search returned 338 .h files in March alone. More in February. WTF are these?485534.png


Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Registered Users, Registered Users 2 Posts: 401 irishbuzz
    ✭✭


    They're C or C++ header files. You must have some programs installed on the machine using them.


  • Registered Users, Registered Users 2 Posts: 4,825 cython
    ✭✭✭


    Swift66 wrote: »
    I was seaching for a pdf on my mac and the search returned 338 .h files in March alone. More in February. WTF are these?485534.png

    .h files are typically source files (specifically header files) from C or C++ and related languages. Not entirely uncommon to find them on *nix OSes (of which Mac OS is one), though I don't know if they are normally there on Mac without having xcode or gcc or similar installed.

    If you know at which paths they reside it might inform better, but the timestamps could stem from an update or something?


  • Registered Users, Registered Users 2 Posts: 1,705 JoyPad
    ✭✭✭


    They are C++ header files. Have you downloaded source code for something? Maybe a Linux kernel?


  • Registered Users, Registered Users 2 Posts: 2,022 cantalach
    ✭✭✭


    JoyPad wrote: »
    They are C++ header files. Have you downloaded source code for something? Maybe a Linux kernel?

    Some of them have an Apple copyright notice so it's not the Linux kernel.


Welcome!

It looks like you're new here. Sign in or register to get started.
Advertisement