Skip to content

Instantly share code, notes, and snippets.

@edgesider
Created May 22, 2019 08:46
Show Gist options
  • Save edgesider/00889f354034a2e4ac7c3c90aa60297c to your computer and use it in GitHub Desktop.
Save edgesider/00889f354034a2e4ac7c3c90aa60297c to your computer and use it in GitHub Desktop.
Restart sleep function in c
int t_remain;
for (t_remain = 2; t_remain = sleep(t_remain););
t_remain = 2;
while (t_remain = sleep(t_remain));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment