fork(2) download
  1. #include <stdio.h>
  2.  
  3. unsigned int max_per = 0, min_per =
  4. (unsigned int)((unsigned long long)(1<<32)-(unsigned long long)1);
  5.  
  6. int main()
  7. {
  8. printf("%x\n",min_per);
  9. return 0;
  10. }
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
ffffffff