bosko lekovic
/
EthTCPclient_05
EthTCPclient_05
PGSdisplay.h
- Committer:
- bosko001
- Date:
- 2020-02-22
- Revision:
- 4:0aec01df33d2
- Child:
- 5:ecaf089d1c8a
File content as of revision 4:0aec01df33d2:
#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