index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libc
/
include
/
sys
/
param.h
blob: e6c9d6ff2d240f64e51b17bc67da44c26e206a18 (
plain
)
1
2
#define MIN(a, b) ((a)<(b) ? (a):(b)) #define MAX(a, b) ((a)<(b) ? (b):(a))