]> git.ozlabs.org Git - ccan/blob - ccan/pushpull/pushpull.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / pushpull / pushpull.h
1 /* CC0 license (public domain) - see LICENSE file for details */
2 #ifndef CCAN_PUSHPULL_H
3 #define CCAN_PUSHPULL_H
4 /* You can also include these independently, if you don't need both. */
5 #include <ccan/pushpull/push.h>
6 #include <ccan/pushpull/pull.h>
7 #endif /* CCAN_PUSHPULL_H */