#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include "BString.h"
Defines | |
#define | DEBUG 0 |
#define | STRIP 0x7f |
#define | MINUS '-' |
Functions | |
static int | gmatch (const char *s, const char *p) |
std::ostream & | operator<< (std::ostream &o, BString &s) |
std::istream & | operator>> (std::istream &i, BString &s) |
#define DEBUG 0 |
#define MINUS '-' |
#define STRIP 0x7f |
static int gmatch | ( | const char * | s, | |
const char * | p | |||
) | [static] |
std::ostream& operator<< | ( | std::ostream & | o, | |
BString & | s | |||
) |
std::istream& operator>> | ( | std::istream & | i, | |
BString & | s | |||
) |