What is the difference between these two sentence:( <> and " ")?
#include <rtl.h>
#include "rtl.h"
Yes again. They are both implementation defined. But the "" version must, after doing the implementation defined thing and failing, then do the same thing as the <> version, as defined in 6.10.2 section 3.
Yes again.
Ah, I misunderstood what you said. Apologies.
No problem. Better with too much than too little clarifications.