Searched refs:ksh_max (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dsh.h309 #define ksh_max(x,y) ((x) > (y) ? (x) : (y)) macro

Completed in 299 milliseconds