使用__FILE__和__LINE__定位错误

#include <stdio.h>

int main()
{
    printf("this fake error is in %s on line %d\n", __FILE__, __LINE__);
    return 0;
}

 

posted @ 2017-03-04 21:31  zzyoucan  阅读(169)  评论(0编辑  收藏  举报