摘要: 5、实现一个简化的printf函数 (假设已经有了print_integer和print_float) 注意: 1、满足printf的四种形式:%f %s %d %c 2、满足printf中可以输入任意参数的性质 3、熟练掌握指针技巧 #include <stdio.h> #include <std 阅读全文
posted @ 2021-05-19 14:20 elfte 阅读(60) 评论(0) 推荐(0)