#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <string.h>
#include <getopt.h>
#include <assert.h>
#include <unistd.h>
#include "quilting.h"
#include "random_number.h"
#include "io_png.h"
Go to the source code of this file.
Macros |
#define | FATAL(MSG) |
Macro Definition Documentation
Value:do { \
fprintf(stderr, MSG "\n"); \
abort(); \
} while (0);
Definition at line 33 of file quilting_main.c.
Function Documentation
static int display_usage |
( |
| ) |
|
|
static |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |