1
1
openmpi/opal/mca/carto/base/static-components.h
Sharon Melamed 025b68becf Move the carto framework to the trunk.
This commit was SVN r17177.
2008-01-23 09:20:34 +00:00

19 строки
227 B
C
Исполняемый файл

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