|
|
|
|
||||
|
|
|
|
||||
|
|
|||||||
#include "recls.h"
#include <stddef.h>
Go to the source code of this file.
Namespaces | |
| namespace | recls |
Defines | |
| #define | recls_max(v1, v2) (((v2) < (v1)) ? (v1) : (v2)) |
| #define | recls_min(v1, v2) (((v1) < (v2)) ? (v1) : (v2)) |
| Returns the smaller of two values. | |
|
|
|
|
|
Returns the smaller of two values.
|
|
|
| recls Library documentation © Synesis Software Pty Ltd, 2001-2005 |