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
obj/crypto/hashing/testsha256.c:34:3: warning: implicit declaration of function 'Sleep' [-Wimplicit-function-declaration]
Sleep(200); // Sleep for 200ms
On Linux:
NAME
sleep - sleep for a specified number of seconds
SYNOPSIS
#include <unistd.h>
Worth an #ifdef?
The text was updated successfully, but these errors were encountered:
On Linux:
Worth an
#ifdef
?The text was updated successfully, but these errors were encountered: