#pragma ident "%Z%%M% %I% %E% SMI"
/*
** A utility for printing the differences between two SQLite database files.
*/
#include <stdio.h>
#include <ctype.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
int iPg;
if( argc!=3 ){
exit(1);
}
if( db1<0 ){
exit(1);
}
if( db2<0 ){
exit(1);
}
iPg = 1;
}
iPg++;
}
}