tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: strto...(3) questions



On Tue, Dec 30, 2014 at 11:51:04AM +0100, Kamil Rytarowski wrote:
> 1. Currently we don't provide <inttypes.h> functions with\
> src/tools/compat . Is it deliberately done this way? strtoimax(3),
> strtoumax(3),... are they prohibited in libnbcompat?

We expect a C99 userland for bootstrapping, don't we?

> 2. strtoll, strtoul, strtoull are in src/common/lib/libc/stdlib
> strtol.c is in src/lib/libc/stdlib/strtol.c and src/sys/arch/ia64/stand/common/strtol.c
> 
> Why they are in different places? Can they be in a common place?

strtol is not part of libkern. ia64 is just strange...

Joerg


Home | Main Index | Thread Index | Old Index