#include <string>
#include <vector>
#include "stdarg.h"
Go to the source code of this file.
Typedefs | |
typedef vector< string > | outputbuf |
Functions | |
void | print (outputbuf &where, const char *script,...) |
typedef vector<string> outputbuf |
Definition at line 27 of file do-printer.h.
void print | ( | outputbuf & | where, | |
const char * | script, | |||
... | ||||
) |