File: strerror.h

package info (click to toggle)
scheme48 1.8%2Bdfsg-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,984 kB
file content (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
/*
 * If we don't have strerror(), we fake it using sys_nerr and sys_errlist.
 */
#if	! defined(HAVE_STRERROR)

extern char	*strerror(int errnum);

#endif