1
1
openmpi/ompi/contrib/vt/vt/vtlib/vt_strdup.h
Matthias Jurenz 033e15cffc merging VampirTrace-5.4.4.1 into the main branch
This commit was SVN r17312.
2008-01-29 16:46:19 +00:00

25 строки
508 B
C

/**
* VampirTrace
* http://www.tu-dresden.de/zih/vampirtrace
*
* Copyright (c) 2005-2008, ZIH, TU Dresden, Federal Republic of Germany
*
* Copyright (c) 1998-2005, Forschungszentrum Juelich GmbH, Federal
* Republic of Germany
*
* See the file COPYRIGHT in the package base directory for details
**/
#ifndef _VT_STRDUP_H
#define _VT_STRDUP_H
#ifdef __cplusplus
# define EXTERN extern "C"
#else
# define EXTERN extern
#endif
EXTERN char *vt_strdup(const char *s);
#endif /* _VT_STRDUP_H */