From a95a3ae1036a36e5c96ea85943a39c1305975294 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 2 May 2020 05:38:28 -0500 Subject: added an actual readme --- README | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) mode change 120000 => 100644 README diff --git a/README b/README deleted file mode 120000 index f389267..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -libirc.c \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..c732a86 --- /dev/null +++ b/README @@ -0,0 +1,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; -- cgit v1.2.3