cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros
highlvl.c File Reference
#include <limits.h>
#include "cryptlib.h"
#include "test/test.h"
#include "misc/config.h"

Go to the source code of this file.

Macros

#define max(a, b)   ( ( ( a ) > ( b ) ) ? ( ( int ) a ) : ( ( int ) b ) )
 

Macro Definition Documentation

#define max (   a,
 
)    ( ( ( a ) > ( b ) ) ? ( ( int ) a ) : ( ( int ) b ) )

Definition at line 22 of file highlvl.c.