nova verzija tcp+udp->serial com

Committer:
bosko001
Date:
Sun Apr 12 17:59:57 2020 +0000
Revision:
5:c9a908749d4c
Parent:
3:1196befeace0
Child:
9:893843262a1f
12.04.2020; napravljena class C_HTMLparse; treba napraviti obradu POST upita

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bosko001 2:45b351b4fc2a 1 #ifndef CLUBBING_H
bosko001 2:45b351b4fc2a 2 #define CLUBBING_H
bosko001 2:45b351b4fc2a 3
bosko001 2:45b351b4fc2a 4 typedef void(*PFV)(void);
bosko001 2:45b351b4fc2a 5
bosko001 2:45b351b4fc2a 6
bosko001 5:c9a908749d4c 7 int test_num( const char *s );
bosko001 5:c9a908749d4c 8 int test_ip( const char *s );
bosko001 2:45b351b4fc2a 9
bosko001 5:c9a908749d4c 10 void Printf_niz( const char *s, const char *niz, int val );
bosko001 5:c9a908749d4c 11 void P_int(const char *s, int i );
bosko001 3:1196befeace0 12 void P_str(const char *s, const char *p );
bosko001 3:1196befeace0 13
bosko001 2:45b351b4fc2a 14
bosko001 2:45b351b4fc2a 15 #endif