#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <memory.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
height | |
char | inbuf [1000 *1000] |
int | insize |
char | outbuf [1000 *1000] |
int | outsize |
int | vflag |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 152 of file decode.c.
Referenced by gxDisplayVirtual(), gxVirtualDisplay(), and main().