On 2015-09-21, Stefan Sperling <[email protected]> wrote: > The function that parses funny numbers is iswdigit() which gets a wchar_t. > But sleep(1) doesn't need that.
The sole somewhat realistic use of i18n in sleep(1) is the decimal separator, so you could do $ sleep 1,5 in an appropriate locale. Of course the current code doesn't support that. -- Christian "naddy" Weisgerber [email protected]
