aboutsummaryrefslogblamecommitdiffstats
path: root/README
blob: c732a86f4ab87ab5391ef28f5908f11806b21250 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                       
idc

input
dispatched
callbacks

this is still in a very rough shape.

requires manually putting:

  extern struct idc_global idc;

and then putting some initialization for an array like:

  for(i=0;i<100;i++) {
    idc.fds[i].fd=-1;
  }
  idc.shitlen=0;