当前位置:网站首页>error: expected identifier or ‘(‘extern “C“ {
error: expected identifier or ‘(‘extern “C“ {
2022-07-15 18:50:00 【菜鸟xiaowang】
extern "C" {
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
}改为下面的即可解决
#ifdef __cplusplus
extern "C"{
#endif
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
#ifdef __cplusplus
} // extern C边栏推荐
- 这个国产编辑器,即将开源!
- 在线SQL转YAML工具
- iNFTnews | NFT门票将改变参与活动的方式
- 移动应用的专项测试【转载~测试工程师全栈技术进阶与实践】
- (codeforce453) A.little pony and expected maximum (mathematical expectation)
- 力扣解法汇总558- 四叉树交集
- Laravel reports an error: requires ext DOM * - > the requested PHP extension DOM is missing from your system
- HMS Core图形图像技术展现最新功能和应用场景,加速构建数智生活
- 行业首个「视频直播技术最佳实践图」发布!
- GET 请求和 POST 请求的区别与使用示例
猜你喜欢

【LeetCode】9. Flood Fill·图像渲染

使电脑拥有公网IP方法

Develop command line tools

Top level planning scheme of "smart forest and grass" in Heilongjiang

Opencv tutorial 01: introduction and installation, basic operations of pictures and videos

One article understand go integrate CAPTCHA to realize the function of verification code

WPF Visifire.Charts4.6.1使用教程 附含源码

(2021牛客多校五)B-Boxes(概率期望)

如何清理你的电子邮件订阅者名单以改善电子邮件营销

In the process of emergency response, what is a good way to find files created on a certain date?
随机推荐
电子招标采购商城系统:优化传统采购业务,提速企业数字化升级
(codeforce1699)A&B (构造)
In the process of emergency response, what is a good way to find files created on a certain date?
[Halcon] WriteImage保存图像崩溃问题
SSH 学习杂记
LeetCode 练习——剑指 Offer 32 - II. 从上到下打印二叉树 II
90% of people have never used Microsoft!
(2021牛客多校五)K-King of Range(单调队列/ST表)
Logic of archives | holonomic distinction and examples
无需训练代码,推理性能提升1.4~7.1倍,业界首个自动模型压缩工具开源!
qt制作颜色选择控件
About March 2022, apt-c-41 disguised as winrar Exe attack terminal side emergency response troubleshooting point
健康防猝指南1:体重和减肥的秘密
Modifying background photos and using skills of idea
VBA drives SAP GUI to complete initialization of interface element value
290 pages 110000 words digital agriculture rural project planning and construction scheme 2022
How to open slow query log in docker MySQL container
【集训DAY4】Forging【期望DP】
Force deduction solution summary 558- intersection of quadtrees
九联科技开发板正式合入OpenHarmony主干