Draft: lab 5 failed

This commit is contained in:
2025-05-03 20:45:34 +08:00
parent 981cae803b
commit e73f90395d
39 changed files with 588 additions and 429 deletions

View File

@@ -22,7 +22,7 @@ int isspace(int);
int32_t atoi32(const char *);
uint32_t atoh32(const char *);
void exit(int);
void panic(int errno);
#define MIN(x, y) (((x) < (y)) ? (x) : (y))
#define MAX(x, y) (((x) < (y)) ? (y) : (x))