libcontrac
A library for contact tracing
contrac_private.h
Go to the documentation of this file.
1 
22 #ifndef __CONTRAC_PRIVATE_H
23 #define __CONTRAC_PRIVATE_H
24 
25 // Includes
26 
27 #include "contrac/contrac.h"
28 
29 // Defines
30 
31 // Data sizes in bytes
32 
33 // Structures
34 
35 // Function prototypes
36 
37 // Function definitions
38 
39 #endif // __CONTRAC_PRIVATE_H
40 
Core Contact Tracing functionality.