mirror of
https://github.com/pret/agbcc.git
synced 2026-03-21 17:44:20 -05:00
9 lines
95 B
C
9 lines
95 B
C
#include <_ansi.h>
|
|
|
|
char *
|
|
_DEFUN(_user_strerror, (errnum),
|
|
int errnum)
|
|
{
|
|
return 0;
|
|
}
|