bosko lekovic
/
EthToCom_11
nova proba
Diff: clubbing.h
- Revision:
- 5:c9a908749d4c
- Parent:
- 3:1196befeace0
- Child:
- 9:893843262a1f
--- a/clubbing.h Sat Apr 11 17:11:38 2020 +0000 +++ b/clubbing.h Sun Apr 12 17:59:57 2020 +0000 @@ -4,11 +4,11 @@ typedef void(*PFV)(void); -int test_num( char *s ); -int test_ip( char *s ); +int test_num( const char *s ); +int test_ip( const char *s ); -void Printf_niz( char *s, char *niz, int val ); -void P_int(char *s, int i ); +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 );