bosko lekovic
/
EthTCPclient_05
EthTCPclient_05
Diff: PGSdisplay.h
- Revision:
- 4:0aec01df33d2
- Child:
- 5:ecaf089d1c8a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PGSdisplay.h Sat Feb 22 17:17:54 2020 +0000 @@ -0,0 +1,11 @@ + +#ifndef PGSDISPLAY_H +#define PGSDISPLAY_H + + +void putOnDisp( char *s, char boja); +void putOnDispNo(int broj, char boja); +char * extract_string( char delimiter, char *ulazni_str, int n_str ); + + +#endif