Loading

摘要: 一、宏定义 几个特殊的宏 C语言规定了几个特殊的宏:__FILE__ 、 __LINE__ 、 __func__。 macro.c #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> int 阅读全文
posted @ 2023-06-16 14:19 eiSouthBoy 阅读(82) 评论(0) 推荐(0)