Changeset c7c6afd in mainline for boot/generic/include/macros.h
- Timestamp:
- 2025-04-13T23:27:44Z (4 weeks ago)
- Children:
- b6061f8c
- Parents:
- 240b2e4 (diff), f5e1692 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-13 23:27:44)
- git-committer:
- GitHub <noreply@…> (2025-04-13 23:27:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/macros.h
r240b2e4 rc7c6afd 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.