efros_freeman  0.1
Macros | Functions
quilting_main.c File Reference
#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"
Include dependency graph for quilting_main.c:

Go to the source code of this file.

Macros

#define FATAL(MSG)

Functions

static int display_usage ()
int main (int argc, char *argv[])

Macro Definition Documentation

#define FATAL (   MSG)
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

Definition at line 39 of file quilting_main.c.

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 66 of file quilting_main.c.

Here is the call graph for this function: