In https://github.com/google/glome/actions/runs/12331876182/job/34419000483 cpplint is complaining about cstdio not being included for various C functions that are in fact being included through stdio.h. Is there a way to specify C mode instead of C++ mode for files? I could not find such a function (and it complaining about this is new).