diff options
-rw-r--r--[l---------] | README | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1 +1,18 @@ -libirc.c
\ No newline at end of file +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; |