19 строки
227 B
C
Исполняемый файл
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
|
|
|