aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2020-05-02 05:38:28 -0500
committerepoch <epoch@thebackupbox.net>2020-05-02 05:38:28 -0500
commita95a3ae1036a36e5c96ea85943a39c1305975294 (patch)
treebc6f5919d03dfba388c0bf8734a87b7789b97831
parentece7b9bdbcb6d8fda70e0d5509fbe4caa62ce6d3 (diff)
downloadlibidc-master.tar.gz
libidc-master.zip
added an actual readmeHEADmaster
-rw-r--r--[l---------]README19
1 files changed, 18 insertions, 1 deletions
diff --git a/README b/README
index f389267..c732a86 120000..100644
--- a/README
+++ b/README
@@ -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;