summaryrefslogtreecommitdiff
path: root/docs/source/types.rst
blob: ea418749fc3437ef1b7ab584ca0ee1a308094802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
================
Required C types
================

.. highlightlang:: c

Types
-----
  
C Types Used
------------
  
.. c:type:: bool

.. c:type:: uint32_t

.. c:type:: uint64_t

.. c:type:: in_port_t

.. c:type:: size_t

.. c:type:: time_t

.. c:type:: struct timespec

.. c:type:: sasl_callback_t