threads and frames
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
int tmp = 10;
|
||||
while (tmp != 0) {
|
||||
sleep(1);
|
||||
tmp--;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user