nova proba

Revision:
3:1196befeace0
Parent:
2:45b351b4fc2a
Child:
5:c9a908749d4c
diff -r 45b351b4fc2a -r 1196befeace0 clubbing.h
--- a/clubbing.h	Sun Apr 05 12:56:41 2020 +0000
+++ b/clubbing.h	Wed Apr 08 08:41:16 2020 +0000
@@ -7,5 +7,9 @@
 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