cleanup copy codes

This commit is contained in:
Ryo Nakamura
2022-10-23 19:11:07 +09:00
parent 0213b316c5
commit e6339bf464
4 changed files with 99 additions and 65 deletions

View File

@@ -46,4 +46,8 @@ extern int verbose;
#define strerrno() strerror(errno)
#define min(a, b) (((a) > (b)) ? (b) : (a))
#define max(a, b) (((a) > (b)) ? (a) : (b))
#endif /* _UTIL_H_ */