diff options
Diffstat (limited to 'memdump/errno.h')
-rw-r--r-- | memdump/errno.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/memdump/errno.h b/memdump/errno.h new file mode 100644 index 00000000..30aa046f --- /dev/null +++ b/memdump/errno.h @@ -0,0 +1,7 @@ +#ifndef ERRNO_H +#define ERRNO_H + +int errno; +void perror(const char *); + +#endif /* ERRNO_H */ |