TwiceAsNice
2019-02-18
|
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <getopt.h>
#include <libftdi1/ftdi.h>
#include <ctype.h>
#include <string.h>
#include <errno.h>
#include <sys/time.h>
#include <signal.h>
#include <math.h>
#include "kaf_constants.h"
#include "nsmsg.h"
#include "nsdownload.h"
#include "nsdebug.h"
#include "nschannel-u.h"
#include <stdarg.h>
Functions | |
void | siginthandler (int s) |
void | IDLog (const char *fmt,...) |
Function Drivers call to log a message locally. More... | |
long long | millis () |
void | usage (char *prog) |
int | main (int argc, char **argv) |
Variables | |
static volatile int | interrupted = 0 |
int main | ( | int | argc, |
char ** | argv | ||
) |
void siginthandler | ( | int | s | ) |
void usage | ( | char * | prog | ) |
|
static |