On 13 Feb 1998, Andreas Schwab wrote: > |> Declare strerror() as > |> const char *strerror(int) > You can't, the standard says `char *strerror(int)'. The only option we > have is to throw in a cast. Is there a standard for sys_errlist declaration? Does it have to be char *sys_errlist..? Most of the programs seem to want it like that.