From 4e1b9faba7503f99ee2fbcd7458f66ade42fa309 Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 1 Sep 2011 09:31:39 +0200 Subject: tried to clean the git. deleted old unused files and folders. moved customdhcpcd and LogReceiver to the fbgui folder --- customdhcpcd/src/customdhcpcd.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 customdhcpcd/src/customdhcpcd.c (limited to 'customdhcpcd/src/customdhcpcd.c') diff --git a/customdhcpcd/src/customdhcpcd.c b/customdhcpcd/src/customdhcpcd.c new file mode 100644 index 0000000..7c5e219 --- /dev/null +++ b/customdhcpcd/src/customdhcpcd.c @@ -0,0 +1,17 @@ +/* + ============================================================================ + Name : customdhcpcd.c + Author : Niklas Goby + Version : + Copyright : Your copyright notice + Description : Hello World in C, Ansi-style + ============================================================================ + */ + +#include +#include + +int main(void) { + puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */ + return EXIT_SUCCESS; +} -- cgit v1.2.3-55-g7522