随笔分类 -  C 语言 代码库

环境 Linux gcc 编译
摘要:环境:linuc 编译器:GCC 输出当前时间 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> //uintptr_t #include <stdarg.h> //va_start.... 阅读全文
posted @ 2021-05-12 14:34 appearAndLeave