Changeset f5e1692 in mainline for boot/generic/include/macros.h
- Timestamp:
- 2025-04-13T19:56:36Z (5 weeks ago)
- Branches:
- master
- Children:
- 6d0e133, c7c6afd
- Parents:
- 163e34c
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 19:54:08)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 19:56:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/macros.h
r163e34c rf5e1692 34 34 35 35 #define min(a, b) ((a) < (b) ? (a) : (b)) 36 #define max(a, b) ((a) > (b) ? (a) : (b)) 36 37 37 38 #define isdigit(d) (((d) >= '0') && ((d) <= '9'))
Note:
See TracChangeset
for help on using the changeset viewer.