taglinefilesource code
MIN22fs/minix/file.c#define MIN(a,b) (((a)<(b))?(a):(b))
MIN29kernel/chr_drv/tty_io.c#define MIN(a,b) ((a) < (b) ? (a) : (b))