目录常用包os与I/O操作相关包常用文件/目录操作路径拼接创建http://www.devze.com文件(touch)获取文件信息读取文件内容写入文件内容常用包
I want to use some basic struct in C like the following: struct p { int a; int b; p * next; } However, it fails to compile with an error: parse error before \"p\" on the line开发者_Go百科 with p *