diff options
| author | Niklas | 2011-09-05 18:06:52 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-05 18:06:52 +0200 |
| commit | 0ddb46dfb591606cd2404a27c2d9e5dec96d61fd (patch) | |
| tree | 3108f51dbba99e08d049146ab13a27bf8e1f9d4e /customdhcpcd/src/customdhcpcd.c | |
| parent | tried to manage cmake but failed. also tried to add the del_route() method of... (diff) | |
| download | fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.tar.gz fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.tar.xz fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.zip | |
finaly managed it to create a .so lib of the customdhcpcd files. the dhcpcd.c file is not included in this lib (it contains the main function)
Diffstat (limited to 'customdhcpcd/src/customdhcpcd.c')
| -rw-r--r-- | customdhcpcd/src/customdhcpcd.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/customdhcpcd/src/customdhcpcd.c b/customdhcpcd/src/customdhcpcd.c deleted file mode 100644 index 7c5e219..0000000 --- a/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; -} |
