#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/time.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned short | ui16 |
Functions | |
int | main (int argc, char **argv) |
void | usage (void) |
Variables | |
unsigned char | pixels [1000 *1000] |
int | vflag |
int main | ( | int | argc, | |
char ** | argv | |||
) |
unsigned char pixels[1000 *1000] |