A library for a decentralised peer-to-peer chat over IPv6 only.
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
123456789 |
- #ifndef LC6_HELPERS_H
- #define LC6_HELPERS_H
-
- #include "../inc/lc6_common.h"
-
- void lc6helpers_printhex(unsigned char*, int);
- void lc6helpers_banner(unsigned char*);
-
- #endif
|