Files
MIT6.828_OS/lab/net/lwip/jos/arch/perror.h
2019-07-17 16:08:06 +08:00

8 lines
135 B
C

#ifndef JOS_INC_PERROR_H
#define JOS_INC_PERROR_H
void perror(const char *s);
const char *e2s(int e);
#endif /* !JOS_INC_PERROR_H */