Safe to truncate .in file extension for C header file?
Advertisements I’ve imported a C library into my Swift project (in Xcode) from Uber’s H3 (their geospatial library). Everything works as expected, however, the main header file has a .in file extension suffix which I had to truncate from h3api.h.in to h3api.h. I understand the .in extension is for some kind of file configurator but… Read More Safe to truncate .in file extension for C header file?