跳至内容
CodeFast
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
working:7_随笔随记:未整理:去掉宏_file_的路径
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
[[https://blog.csdn.net/anlian523/article/details/102768496?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param|#define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) 的更好方案]] <code> #define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) </code> <code> #ifndef __FILENAME__ #ifdef __cplusplus extern "C" char *strrchr(const char *str, int c); #else//__cplusplus char *strrchr(const char *str, int c); #endif//__cplusplus #define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) #endif//__FILENAME__ </code>
working/7_随笔随记/未整理/去掉宏_file_的路径.txt
· 最后更改: 2021/03/11 21:03 由
wenliang
页面工具
显示页面
修订记录
反向链接
回到顶部