rs

FTDI serial communication program
git clone git://git.2f30.org/rs
Log | Files | Refs | README | LICENSE

util.h (245B)


      1 /* See LICENSE file for copyright and license details. */
      2 #include "arg.h"
      3 
      4 #define LEN(x) (sizeof (x) / sizeof *(x))
      5 
      6 extern char *argv0;
      7 
      8 void enprintf(int, const char *, ...);
      9 void eprintf(const char *, ...);
     10 long estrtol(const char *, int);