repo: libidc
action: blob
revision: 
path_from: README
revision_from: refs/heads/master:
path_to: 
revision_to: 
git.thebackupbox.net
libidc
git clone git://git.thebackupbox.net/libidc

blob of:

libidc

/ README

blob_plain of this file

refs/heads/master:/README

 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;