Reverse Linked List without temp nodehead <-> tail head+1 <-> tail-1 head+2 <-> tail-2 ....
Segmentation fault in Linux but in Wine it works.In my linux, it works: $ ./a.out First Twenty Fibonacci numbers 0 1 1 2 3 5 8 13 21 34 55 89...
question on selectIf you see the source code of sys_select , you can find the core work related to this 'maxfds+1' is ...