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