Jump to content

User:InBuffer

From Wikipedia, the free encyclopedia
class in_buffer
{
public:
	int size;
	char *bytes;

	buffer ();
	static buffer load_file (path file);
};