mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 20:32:35 +03:00
0a3f4b2193
git-svn-id: svn://kolibrios.org@1693 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
103 B
C
9 lines
103 B
C
#include <_ansi.h>
|
|
|
|
char *
|
|
_DEFUN(_user_strerror, (errnum),
|
|
int errnum)
|
|
{
|
|
return 0;
|
|
}
|