add sendfile module
authorTudorCazangiu <tudor.cazangiu@gmail.com>
Sat, 2 Jun 2012 09:05:07 +0000 (12:05 +0300)
committerTudorCazangiu <tudor.cazangiu@gmail.com>
Sat, 2 Jun 2012 09:05:07 +0000 (12:05 +0300)
sendfile/client/client.c [new file with mode: 0644]

diff --git a/sendfile/client/client.c b/sendfile/client/client.c
new file mode 100644 (file)
index 0000000..fc5fa4c
--- /dev/null
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main(int argc, char **argv) {
+       
+}