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
Check for errno explicitly on Windows which can be set if the command
interpreter was not found. Otherwise, check for the WEXITSTATUS and WTERMSIG
macros which are only defined on POSIX-compliant systems. In all other cases,
prefer failing at compile-time rather than using the value returned by the call
to system().
0 commit comments