A library for a decentralised peer-to-peer chat over IPv6 only.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
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
|