User profile: flykobe

User info
User name:flykobe
Name:cheng yi
History
Joined:
Number of posts:3
Latest posts:

Reverse Linked List without temp node
head <-> 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 select
If you see the source code of sys_select , you can find the core work related to this 'maxfds+1' is ...