p1

Committer:
bosko001
Date:
Sat Feb 22 17:17:54 2020 +0000
Revision:
4:0aec01df33d2
Child:
5:ecaf089d1c8a
ttt

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bosko001 4:0aec01df33d2 1
bosko001 4:0aec01df33d2 2 #ifndef PGSDISPLAY_H
bosko001 4:0aec01df33d2 3 #define PGSDISPLAY_H
bosko001 4:0aec01df33d2 4
bosko001 4:0aec01df33d2 5
bosko001 4:0aec01df33d2 6 void putOnDisp( char *s, char boja);
bosko001 4:0aec01df33d2 7 void putOnDispNo(int broj, char boja);
bosko001 4:0aec01df33d2 8 char * extract_string( char delimiter, char *ulazni_str, int n_str );
bosko001 4:0aec01df33d2 9
bosko001 4:0aec01df33d2 10
bosko001 4:0aec01df33d2 11 #endif