summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/customdhcpcd.c
diff options
context:
space:
mode:
authorNiklas2011-09-01 09:31:39 +0200
committerNiklas2011-09-01 09:31:39 +0200
commit4e1b9faba7503f99ee2fbcd7458f66ade42fa309 (patch)
tree4f9668c17d4dbf103ba71302624a387b080301a3 /workspace/customdhcpcd/src/customdhcpcd.c
parentsome minor changes (diff)
downloadfbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.tar.gz
fbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.tar.xz
fbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.zip
tried to clean the git. deleted old unused files and folders. moved customdhcpcd and LogReceiver to the fbgui folder
Diffstat (limited to 'workspace/customdhcpcd/src/customdhcpcd.c')
-rw-r--r--workspace/customdhcpcd/src/customdhcpcd.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/workspace/customdhcpcd/src/customdhcpcd.c b/workspace/customdhcpcd/src/customdhcpcd.c
deleted file mode 100644
index 7c5e219..0000000
--- a/workspace/customdhcpcd/src/customdhcpcd.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- ============================================================================
- Name : customdhcpcd.c
- Author : Niklas Goby
- Version :
- Copyright : Your copyright notice
- Description : Hello World in C, Ansi-style
- ============================================================================
- */
-
-#include <stdio.h>
-#include <stdlib.h>
-
-int main(void) {
- puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */
- return EXIT_SUCCESS;
-}