forked from KolibriOS/kolibrios
5 lines
50 B
C
5 lines
50 B
C
char* strerror(int err)
|
|
{
|
|
return (char*)0;
|
|
}
|