rs

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

commit 372bacfb3a6706b6bc68c721f6fecd1daf7f472f
parent 58567b6c58b43edfe1a2f9496eac1d422e1df8ca
Author: sin <sin@2f30.org>
Date:   Wed, 11 Dec 2013 12:10:13 +0000

__* is reserved for the implementation

Diffstat:
Marg.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arg.h b/arg.h @@ -3,8 +3,8 @@ * by 20h */ -#ifndef __ARG_H__ -#define __ARG_H__ +#ifndef ARG_H__ +#define ARG_H__ extern char *argv0;