src
|
#include <stdarg.h>
#include <stdio.h>
#include <string>
#include "config.h"
#include "src/conf/msg.h"
Go to the source code of this file.
Namespaces | |
re2c | |
Functions | |
void | re2c::error (const char *fmt,...) |
void | re2c::error_encoding () |
void | re2c::error_arg (const char *option) |
void | re2c::warning_start (uint32_t line, bool error) |
void | re2c::warning_end (const char *type, bool error) |
void | re2c::warning (const char *type, uint32_t line, bool error, const char *fmt,...) |
void | re2c::usage () |
void | re2c::vernum () |
void | re2c::version () |
std::string | re2c::incond (const std::string &cond) |