bosko lekovic
/
ETHtoCOM_10
nova verzija tcp+udp->serial com
clubbing.h
- Committer:
- bosko001
- Date:
- 2020-04-12
- Revision:
- 5:c9a908749d4c
- Parent:
- 3:1196befeace0
- Child:
- 9:893843262a1f
File content as of revision 5:c9a908749d4c:
#ifndef CLUBBING_H #define CLUBBING_H typedef void(*PFV)(void); int test_num( const char *s ); int test_ip( const char *s ); void Printf_niz( const char *s, const char *niz, int val ); void P_int(const char *s, int i ); void P_str(const char *s, const char *p ); #endif