2023年2月13日
摘要: 一、开发流程 1. 编译可执行文件 1 #include <stdio.h> 2 #include <unistd.h> 3 4 void test() 5 { 6 char * s = "hello world\n"; 7 while(1){ 8 //int v = 0/0; 9 printf(" 阅读全文
posted @ 2023-02-13 20:29 莫扎特的代码 阅读(8613) 评论(0) 推荐(0) 编辑