On 30 November 2016 at 11:12, Bjørn Forsman <bjorn.fors...@gmail.com> wrote: > Hi all, > > I see that grub has an stdint.h header in > grub-core/lib/posix_wrap/stdint.h. But hardly any code use it. Why is > that?
The only reason I can think of, in general, is if you want to support pre-C99 toolchains. But in GRUB's case, the stdint.h header is provided by the project's source code, so it'll always be available. Even for pre-C99 toolchains. Best regards, Bjørn Forsman _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel