您的位置:首页 > 运维架构 > Linux

Linux C/C++ ------ “” and <> in the use of head include file(Pending Verification)

2016-12-07 21:48 543 查看
for example:

#include <stdlib.h>
#include <stdio.h>
#include <wiringPi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "linux/init.h"

in Eclipse

<> ----- compiler path file and workspace path file

"" ----- other path file
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: