SCR/SCR.1.2/TP10/zzzzzzzzzzzzzz.c

18 lines
200 B
C

/*
top -o %CPU
stoppe le C
*/
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
int main(int argc, char const *argv[])
{
while(1==1)
{
write(1,argv[1],1);
usleep(15);
}
return 0;
}