mirror of https://git.musl-libc.org/git/musl
Browse Source
ISO C and POSIX only specify behavior for base arguments of 0 and 2-36; POSIX mandates an EINVAL error for unsupported bases. it's not clear that there's a requirement for implementations not to "support" additional bases as an extension, but "base 1" did not work in any meaningful way anyway, so it should be considered unsupported and thus an error.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue