bosko lekovic
/
EthToCom_11
nova proba
clubbing.h
- Committer:
- bosko001
- Date:
- 2020-04-08
- Revision:
- 3:1196befeace0
- Parent:
- 2:45b351b4fc2a
- Child:
- 5:c9a908749d4c
File content as of revision 3:1196befeace0:
#ifndef CLUBBING_H #define CLUBBING_H typedef void(*PFV)(void); int test_num( char *s ); int test_ip( char *s ); void Printf_niz( char *s, char *niz, int val ); void P_int(char *s, int i ); void P_str(const char *s, const char *p ); #endif