source: trunk/sys/dietlibc/errlistu.c @ 438

Last change on this file since 438 was 1, checked in by alain, 7 years ago

First import

File size: 99 bytes
Line 
1/*
2 *  used by perror() and strerror()
3 */
4
5const char  __sys_err_unknown [] = "[unknown error]";
6
Note: See TracBrowser for help on using the repository browser.