tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: chfs support in makefs
Tamas Toth <ttoth%inf.u-szeged.hu@localhost> wrote:
> +#define min(x,y) (x < y) ? x : y
btw MIN(x, y) and MAX(x, y) are defined in <sys/param.h>
iain
Home |
Main Index |
Thread Index |
Old Index