TwiceAsNice
2019-02-18
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdarg.h>
#include <sys/types.h>
#include <getopt.h>
#include "libusb.h"
#include "ezusb.h"
#include <syslog.h>
#include <strings.h>
Macros | |
#define | _stricmp strcasecmp |
#define | FXLOAD_VERSION (__DATE__ " (libusb)") |
#define | ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) |
#define | FIRMWARE 0 |
#define | LOADER 1 |
Functions | |
void | logerror (const char *format,...) __attribute__((format(__printf__ |
static int | print_usage (int error_code) |
int | main (int argc, char *argv[]) |
Variables | |
static bool | dosyslog = false |
#define _stricmp strcasecmp |
#define FIRMWARE 0 |
#define FXLOAD_VERSION (__DATE__ " (libusb)") |
#define LOADER 1 |
void logerror | ( | const char * | format, |
... | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |