Ordo  0.3.4
Symmetric Cryptography Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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
ORDO_PUBLIC int ctcmp(const void *x, const void *y, size_t len)
Definition: utils.c:11