Ordo
0.3.4
Symmetric Cryptography Library
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
ordo
misc
utils.h
Go to the documentation of this file.
1
/*===-- misc/utils.h =----------------------------------*- PUBLIC -*- H -*-===*/
9
/*===----------------------------------------------------------------------===*/
10
11
#ifndef ORDO_UTILS_H
12
#define ORDO_UTILS_H
13
15
#include "
ordo/common/interface.h
"
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
#define ctcmp ordo_ctcmp
23
24
/*===----------------------------------------------------------------------===*/
25
36
ORDO_PUBLIC
37
int
ctcmp
(
const
void
*x,
const
void
*y,
size_t
len);
38
39
/*===----------------------------------------------------------------------===*/
40
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
interface.h
API.
ctcmp
ORDO_PUBLIC int ctcmp(const void *x, const void *y, size_t len)
Definition:
utils.c:11
Generated on Sun Jul 27 2014 23:46:11 for Ordo by
1.8.6