#include "check.h"
#include "noseek_fd_adapter.h"
#include "tu_file.h"
#include <cstdio>
#include <iostream>
#include <cassert>
#include "GnashSystemIOHeaders.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <sstream>
Defines | |
#define | CHUNK_SIZE 4 |
Functions | |
int | main (int, char **) |
Variables | |
TestState | runtest |
#define CHUNK_SIZE 4 |
int main | ( | int | , | |
char ** | ||||
) |
References s2x::f, gnash::noseek_fd_adapter::make_stream(), ogl::open(), raw(), and gnash::IOChannel::seek().
TestState runtest |