1
1
openmpi/ompi/mca/sharedfp/base/static-components.h
Edgar Gabriel 52063267df commit of the OMPIO modules and frameworks.
This commit was SVN r25079.
2011-08-25 20:08:17 +00:00

19 строки
230 B
C

/*
* $HEADER$
*/
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
const mca_base_component_t *mca_sharedfp_base_static_components[] = {
NULL
};
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif