#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <memory.h>
#include "spandsp.h"
|  | 
| #define | SPANDSP_EXPOSE_INTERNAL_STRUCTURES | 
|  | 
| #define | IN_FILE_NAME   "../test-data/itu/fax/itutests.tif" | 
|  | 
| #define | OUT_FILE_NAME   "t4_tests_receive.tif" | 
|  | 
| #define | XSIZE   1728 | 
|  | 
| #define | FILL_70   "                                                                      " | 
|  | 
| #define | FILL_80   "                                                                                " | 
|  | 
| #define | FILL_100   "                                                                                                    " | 
|  | 
| #define | FILL_670   FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_70 | 
|  | 
| #define | FILL_980   FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_80 | 
|  | 
|  | 
| int | main (int argc, char *argv[]) | 
|  |