#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "SFBBootBlock.h"
#include "SFBCodeFlow.h"
#include "SFBEeprom.h"
#include "SFBPrintf.h"
#include "SFBProvenance.h"
#include "SFBReflex.h"
#include "SFBSerial.h"
#include "SFBWiring.h"
#include "fileio.h"
#include "serial.h"
PLEASE BE AWARE THAT although most of the SFB system software is licensed under the GNU LGPL -- the 'lesser' general public license, allowing more flexible reuse -- this 'sfbprog' program IS NOT. It includes code from the GNU GPL-licensed 'avrdude' program, and is therefore licensed under the FULL GNU GPL.