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]

Fw: newlib-1.11.0


> > What file types are placed in newlib/libc/include ? It seems that this
are
>> standard C header files like stdlib.h, etc but there is some strange
files
> like ar.h or ieeefp.h there.
>
> newlib/libc/include              :     All  General Header files used by
the
> newlib C library and  are exposed to user.
> newlib/libc/include/ieefp.h   :     This file is mainly for math library
> (libm) making use of IEEE standards ,
>                                                 Since it is also being
used
> by mpre.c in libc, this is kept in libc/include.
>                                                 None other files in  libc
> make use of this header file.
>
> ar.h                                   :   I suppose this is format to
read
> the data of an archive file. Currently it is not being used anywhere? I
have
> no idea,
>
> > What file types are placed in newlib/libc/include/sys ?
> Architecture  specific files .
>
>
> > I have some header file (say, loc.h) and I need to include it from
various
> places such as newlib/libc/include/sys/reent.h, string/iswspase.c etc.
(This
> file is for internal use only and not for end-user) > Where is the
> appropriate place for this file ?
>
> It can be there in the private folder  where it is being used.  You can
> include it as a  local header file.
> In case it is needed by files in many other files from different  folders,
> you can place it a common place That can be  the libc/include
>
> Hope I was clear in putting the things,
> Rgds,
> Jyothi
>
> > Thanks for help.
> > --
> > Best Regards
> > Artem Bityckiy
> >
>


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