Bitcoin Core is written in C++, so it is confusing to sometimes use the deprecated C headers (with the .h
extension). For example, it is less clear whether string.h
refers to the file in this repo or the cstring stdlib header (https://github.com/bitcoin/bitcoin/pull/31308#discussion_r2121492797).
The check is currently disabled for headers, to exclude subtree headers.