Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include "commonincludes.hpp"
Go to the source code of this file.
Functions | |
static bool | IsWhitespace (char ch) |
static void | SplitParagraphIntoWords (const char *pszLine, std::vector< std::string > &listWords) |
static void | SplitInputIntoParagraphs (const char *pszInput, std::vector< std::string > &listParagraphs) |
static void | PrintParagraph (const char *psz, size_t width) |
void | PrettyPrint (const char *pszInput, size_t width) |
|
static |
Definition at line 21 of file prettyprint.cpp.
void PrettyPrint | ( | const char * | pszInput, |
size_t | width | ||
) |
Definition at line 181 of file prettyprint.cpp.
|
static |
Definition at line 94 of file prettyprint.cpp.
|
static |
Definition at line 58 of file prettyprint.cpp.
|
static |
Definition at line 26 of file prettyprint.cpp.