source:
bootcd/isolinux/syslinux-6.03/dos/perror.c
@
26ffad7
Last change on this file since 26ffad7 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 114 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | #include <stdio.h> |
2 | #include <errno.h> | |
3 | ||
4 | void perror(const char *msg) | |
5 | { | |
6 | printf("%s: error %s\n", msg, errno); | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.