
C
ChillChilling
这个作者很懒,什么都没留下…
展开
-
C语言程序设计 1.10 Undefined symbols for architecture x86_64: "_line", referenced from:
#include <stdio.h> #define MAXLINE 1000 int getLine(void); void copy(void); int main(int argc, const char * argv[]) { int len; extern int max; extern char longest[]; max = 0...原创 2019-07-21 23:39:31 · 567 阅读 · 0 评论 -
C语言学习笔记
转义符: https://blog.youkuaiyun.com/hanchaoman/article/details/5583442 http://c.biancheng.net/cpp/html/2890.html http://c.biancheng.net/view/1769.html原创 2019-10-08 02:16:18 · 126 阅读 · 0 评论