blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/SafeCStringIO.hpp"
#include "blocxx/SafeCString.hpp"
#include "blocxx/String.hpp"
#include "blocxx/StringBuffer.hpp"
#include "blocxx/IOException.hpp"
#include <cstdio>
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
namespace | BLOCXX_NAMESPACE::SafeCString |
Functions | |
char * | BLOCXX_NAMESPACE::SafeCString::fgets_trunc (char *dst, std::size_t dstsize, FILE *fp) |
char * | BLOCXX_NAMESPACE::SafeCString::fgets_check (char *dst, std::size_t dstsize, FILE *fp) |
String | BLOCXX_NAMESPACE::SafeCString::fget_string (FILE *fp, std::size_t const max_chars) |