blob: f2e01a0896e7c2ad49e42c77d410a850d97e0fc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# API Reference
This section is a reference guide for the _NNG_ programming interfaces.
It is meant to serve as a refernce, rather than as a tutorial.
The material here is organized by major areas of functionality.
Note that unless indicated otherwise, consumers of these interfaces must
include the `nng/nng.h` header file like so:
```c
#include <nng/nng.h>
```
## Chapters
- [Messages](msg/)
- [Threading and Synchronization](thr/)
- [Logging](logging.md)
- [Utility Functions](util/)
|