← Back to team overview

t-kernel team mailing list archive

codingstyle: usage of #include <head.h> and #include "head.h"

 

What is the difference in RTEMS?

there are code use #include "xxx.h" reference to xxx.h not located
in the current folder.
how about just use #include "xxx.h" to include the file in current folder?
and use #include <xxx.h> to include files in -isystem -I...

this usage find in 
  cpukit/lib/networking/

...
duhuanpeng.
u74147@gmail.com


_______________________________________________
devel mailing list
devel@xxxxxxxxx
http://lists.rtems.org/mailman/listinfo/devel