TwiceAsNice
2019-02-18
|
#include <stdlib.h>
#include <stdio.h>
#include <getopt.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "ezusb.h"
#include <errno.h>
#include <syslog.h>
#include <stdarg.h>
Macros | |
#define | FXLOAD_VERSION (__DATE__ " (development)") |
Functions | |
void | logerror (const char *format,...) __attribute__((format(__printf__ |
int | main (int argc, char *argv[]) |
Variables | |
static int | dosyslog =0 |
#define FXLOAD_VERSION (__DATE__ " (development)") |
void logerror | ( | const char * | format, |
... | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |