Searched defs:b (Results 1 – 1 of 1) sorted by relevance
27 #define min(a, b) ((a) < (b) ? (a) : (b)) argument180 char *b, *l; in read_keys() local