This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Free-Standing and Non-OS Dependent


On Wed, Apr 27, 2005 at 10:29:54PM +0000, Sriharsha wrote:
> I am not interested in any legal opinion nor are we planning any legal 
> recourse:
> 
> All I am asking are questions like:
> Will a free-standing implementation of newlib not include functions like 
> 'printf'?

See http://www-ccs.ucsd.edu/c/lib_over.html

printf is declared in <stdio.h>, which is not one of the headers that
forms part of a freestanding interpretation of standard C.



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