(2006-08-06) rescue-bootcd
This commit is contained in:
8
extra/syslinux-3.09/dos/perror.c
Normal file
8
extra/syslinux-3.09/dos/perror.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
void perror(const char *msg)
|
||||
{
|
||||
printf("%s: error %s\n", msg, errno);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user