bosko lekovic
/
EthToCom_11
nova proba
clubbing.h@3:1196befeace0, 2020-04-08 (annotated)
- Committer:
- bosko001
- Date:
- Wed Apr 08 08:41:16 2020 +0000
- Revision:
- 3:1196befeace0
- Parent:
- 2:45b351b4fc2a
- Child:
- 5:c9a908749d4c
ver 04 od 8.4.20
Who changed what in which revision?
User | Revision | Line number | New 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 | 2:45b351b4fc2a | 7 | int test_num( char *s ); |
bosko001 | 2:45b351b4fc2a | 8 | int test_ip( char *s ); |
bosko001 | 2:45b351b4fc2a | 9 | |
bosko001 | 3:1196befeace0 | 10 | void Printf_niz( char *s, char *niz, int val ); |
bosko001 | 3:1196befeace0 | 11 | void P_int(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 |