This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: local.h in scanf.c


J. Johnston writes:
 > local.h is just a local header file that is not externalized.  It is also not 
 > meant to be included multiple times.  The C header files available to the 
 > end-user have to be protected from multiple inclusion as some header files 
 > include others and the end-user is not restricted from including them multiple 
 > times.  This is not the case for local.h.

That doesn't mean that one can't still protect local.h from multiple inclusion.
Whether it is internal or external is irrelevant to the discussion.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]