\r\n
51Degrees Device Detection C/C++
4.3
Newer Version 4.4
A device detection library that is used natively or by 51Degrees products
Search
Documentation
bool.h
1
#ifndef FIFTYONE_DEGREES_BOOL_INCLUDED
2
#define FIFTYONE_DEGREES_BOOL_INCLUDED
3
4
#include <stdbool.h>
5
6
#ifdef __cplusplus
7
#define EXTERNAL extern "C"
8
#else
9
#define EXTERNAL
10
#endif
11
17
EXTERNAL
bool
fiftyoneDegreesIntToBool(
int
i);
18
24
EXTERNAL
int
fiftyoneDegreesBoolToInt(
bool
b);
25
26
#endif
Generated by
doxygen
1.8.15