TwiceAsNice  2019-02-18
Macros | Functions | Variables
main.c File Reference
#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>
Include dependency graph for main.c:

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
 

Macro Definition Documentation

◆ FXLOAD_VERSION

#define FXLOAD_VERSION   (__DATE__ " (development)")

Function Documentation

◆ logerror()

void logerror ( const char *  format,
  ... 
)

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ dosyslog

int dosyslog =0
static