aboutsummaryrefslogtreecommitdiffstats
path: root/sockets.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
commit7941415ea2408a2d91cc458591d4e707ec5d4c39 (patch)
treee5455d1a12ab1bffec64a0e67648362133276771 /sockets.c
parent01f1c8246b7b96b659519f824966c8793053fc75 (diff)
downloadc-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.gz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.xz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.zip
Added more annotation
Diffstat (limited to 'sockets.c')
-rw-r--r--sockets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sockets.c b/sockets.c
index cf1e7a7..47955b1 100644
--- a/sockets.c
+++ b/sockets.c
@@ -1,3 +1,4 @@
+// A total mess of attempts at socket programming. (Relatively successful.)
#include<stdio.h>
#include<string.h>
#include<sys/socket.h>