nova proba

TcpServer.h

Committer:
Bosko Lekovic
Date:
2021-01-18
Revision:
28:49bafc8bb056
Parent:
27:0772451fb880

File content as of revision 28:49bafc8bb056:

#ifndef TCPSERVER_H
#define TCPSERVER_H

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


#endif