nova proba

TcpServer.h

Committer:
Bosko Lekovic
Date:
2021-01-17
Revision:
27:0772451fb880

File content as of revision 27:0772451fb880:

#ifndef TCPSERVER_H
#define TCPSERVER_H

void start_TcpServer( void );
void sentOnTcpServers(  char *buffer, int val  );


#endif