test/main.h

changeset 27
22644e2572bc
child 103
08018864fb91
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/main.h	Sat Feb 18 18:36:30 2012 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +/* 
     1.5 + * File:   main.h
     1.6 + * Author: Mike
     1.7 + *
     1.8 + * Created on 18. Februar 2012, 18:33
     1.9 + */
    1.10 +
    1.11 +#ifndef MAIN_H
    1.12 +#define	MAIN_H
    1.13 +
    1.14 +#ifdef	__cplusplus
    1.15 +extern "C" {
    1.16 +#endif
    1.17 +
    1.18 +/* Some functions that are shared over the test */
    1.19 +int cmp_string(void*, void*, void*);
    1.20 +void* copy_string(void*, void*);
    1.21 +
    1.22 +
    1.23 +#ifdef	__cplusplus
    1.24 +}
    1.25 +#endif
    1.26 +
    1.27 +#endif	/* MAIN_H */
    1.28 +

mercurial