4 * Copyright (c) Tuomo Valkonen 1999-2004.
6 * You may distribute and modify this library under the terms of either
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
10 #ifndef LIBTU_MINMAX_H
11 #define LIBTU_MINMAX_H
14 static int minof(int x
, int y
)
20 static int maxof(int x
, int y
)
26 #endif /* LIBTU_MINMAX_H */