瀏覽代碼

Add missing ifdef __cplusplus, thans Benoit Lize for the patch

Samuel Thibault 12 年之前
父節點
當前提交
37b2eb9839
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      include/starpu_cublas.h

+ 8 - 0
include/starpu_cublas.h

@@ -18,8 +18,16 @@
 #ifndef __STARPU_CUBLAS_H__
 #define __STARPU_CUBLAS_H__
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif
 /* Some helper functions for application using CUBLAS kernels */
 void starpu_helper_cublas_init(void);
 void starpu_helper_cublas_shutdown(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* __STARPU_CUBLAS_H__ */