bosko lekovic
/
ETHtoCOM_10
nova verzija tcp+udp->serial com
Diff: clubbing.h
- Revision:
- 19:7bdb1a10043f
- Parent:
- 9:893843262a1f
--- a/clubbing.h Sun May 17 17:16:03 2020 +0200 +++ b/clubbing.h Sat May 23 00:30:00 2020 +0200 @@ -4,7 +4,7 @@ typedef void(*PFV)(void); #define IN_RANGE( MIN, a, MAX ) ((a >= MIN) ? (( a<=MAX) ? 1:0) : 0) - +#define F fflush(stdout); int test_num( const char *s ); int test_ip( const char *s );