Files

5 lines
78 B
C
Raw Permalink Normal View History

#include "errno.h"
char *strerror(int errno) {
return "ERROR"; // FIXME
}