GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
lukas
/
tree-os
Transfer to URL with SHA
Find file
Newer
Older
tree:
f16bc331ce
Switch branches
×
customBootloaderTest
master
tree-os
/
src
/
include
/ util.h
lukas
on 24 Sep 2021
77 bytes
add capital typing
Raw
Blame
History
#ifndef UTIL_H #define UTIL_H #define max(x, y) (x > y ? (x) : (y)) #endif