test/main.h

Wed, 27 Feb 2013 16:59:02 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 27 Feb 2013 16:59:02 +0100
changeset 100
e0ec80179a5d
parent 27
22644e2572bc
child 103
08018864fb91
permissions
-rw-r--r--

happy 100th commit + removed deprecated sstrcat + fixed sstrncat

/* 
 * File:   main.h
 * Author: Mike
 *
 * Created on 18. Februar 2012, 18:33
 */

#ifndef MAIN_H
#define	MAIN_H

#ifdef	__cplusplus
extern "C" {
#endif

/* Some functions that are shared over the test */
int cmp_string(void*, void*, void*);
void* copy_string(void*, void*);


#ifdef	__cplusplus
}
#endif

#endif	/* MAIN_H */

mercurial