Benutzer:InBuffer
Erscheinungsbild
class in_buffer
{
public:
int size;
char *bytes;
buffer ();
static buffer load_file (path file);
};
class in_buffer
{
public:
int size;
char *bytes;
buffer ();
static buffer load_file (path file);
};