You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).