1 /* Copyright (c) 2009 Corinna Vinschen <corinna@vinschen.de> */
2 #include "../ctype/local.h"
3 
4 /* internal function to compute width of wide char. */
5 int __wcwidth (wint_t);
6 
7 /* Reentrant version of strerror.  */
8 char *	_strerror_r (int, int, int *);
9