2024年10月24日

没有ide的情况下如何找到函数定义

摘要: 如果要找printf,就重定义一个,然后编译,让编译器来找 int printf(char* s, ...){ return 0;} drivers/video/sunxi/bootGUI/fb_con.c:333:5: error: conflicting types for 'printf' i 阅读全文

posted @ 2024-10-24 10:38 zxddesk 阅读(11) 评论(0) 推荐(0)

导航