Added some source files

Sat, 31 Dec 2011 17:08:26 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 31 Dec 2011 17:08:26 +0100
changeset 2
79646375a420
parent 1
20c788d1e278
child 3
b1044ee0fd88

Added some source files

ucx/Makefile file | annotate | diff | comparison | revisions
ucx/list.c file | annotate | diff | comparison | revisions
ucx/list.h file | annotate | diff | comparison | revisions
ucx/map.c file | annotate | diff | comparison | revisions
ucx/map.h file | annotate | diff | comparison | revisions
     1.1 --- a/ucx/Makefile	Sat Dec 31 15:54:08 2011 +0100
     1.2 +++ b/ucx/Makefile	Sat Dec 31 17:08:26 2011 +0100
     1.3 @@ -29,7 +29,7 @@
     1.4  include ../$(CONF).mk
     1.5  
     1.6  # list of source files
     1.7 -SRC = 
     1.8 +SRC = list.c map.c
     1.9  
    1.10  OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
    1.11  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/ucx/list.c	Sat Dec 31 17:08:26 2011 +0100
     2.3 @@ -0,0 +1,1 @@
     2.4 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/ucx/list.h	Sat Dec 31 17:08:26 2011 +0100
     3.3 @@ -0,0 +1,20 @@
     3.4 +/*
     3.5 + * 
     3.6 + */
     3.7 +
     3.8 +#ifndef LIST_H
     3.9 +#define	LIST_H
    3.10 +
    3.11 +#ifdef	__cplusplus
    3.12 +extern "C" {
    3.13 +#endif
    3.14 +
    3.15 +
    3.16 +
    3.17 +
    3.18 +#ifdef	__cplusplus
    3.19 +}
    3.20 +#endif
    3.21 +
    3.22 +#endif	/* LIST_H */
    3.23 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/ucx/map.c	Sat Dec 31 17:08:26 2011 +0100
     4.3 @@ -0,0 +1,1 @@
     4.4 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/ucx/map.h	Sat Dec 31 17:08:26 2011 +0100
     5.3 @@ -0,0 +1,20 @@
     5.4 +/*
     5.5 + * 
     5.6 + */
     5.7 +
     5.8 +#ifndef MAP_H
     5.9 +#define	MAP_H
    5.10 +
    5.11 +#ifdef	__cplusplus
    5.12 +extern "C" {
    5.13 +#endif
    5.14 +
    5.15 +
    5.16 +
    5.17 +
    5.18 +#ifdef	__cplusplus
    5.19 +}
    5.20 +#endif
    5.21 +
    5.22 +#endif	/* MAP_H */
    5.23 +

mercurial