root/memdump/errno.h

Revision 5a16eeb519c87fa4c437e838af81731b8d355052, 93 bytes (checked in by H. Peter Anvin <hpa@…>, 5 years ago)

memdump: a debugging utility to dump memory over a serial port

A memory-dumping utility which runs in real mode. Thus, it can be
used to get memory dumps from a relatively pristine system.

  • Property mode set to 100644
Line 
1#ifndef ERRNO_H
2#define ERRNO_H
3
4int errno;
5void perror(const char *);
6
7#endif /* ERRNO_H */
Note: See TracBrowser for help on using the browser.