fork(1) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int fkcja(int x)
  5. {
  6. return rand()%10;
  7. }
  8.  
  9. int main()
  10. {
  11. int j,i=0;
  12. while((j = fkcja(i)) != 0) printf("%d", j);
  13. return 0;
  14. }
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
367535629127