This is the mail archive of the gcc@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: IO for u/int128_t


On Mon, 2 Sep 2019 at 04:44, Gero Peterhoff wrote:
>
> Hello gcc team,
> Thank you first for your great work.
>
> But why are there no IO-routines for u/int128_t?

Because generally, GCC doesn't provide I/O routines, the C library
does. The C library is separate from GCC.

This question would have been more appropriate on the gcc-help mailing
list instead.


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