blob: 99ab2f81c85d70588372acca7df4ed42fa042bab [file] [log] [blame]
#include <stdio.h>
#include <errno.h>
void perror(const char *msg)
{
printf("%s: error %s\n", msg, errno);
}