码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2016-12-07 22:57:45      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:linu   compile   eclips   wiringpi   fcntl   lin   nbsp   stdio.h   pil   

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  

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

标签:linu   compile   eclips   wiringpi   fcntl   lin   nbsp   stdio.h   pil   

原文地址:http://www.cnblogs.com/god-of-death/p/6142928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!