mirror of
https://github.com/yoboujon/tsock.git
synced 2025-06-08 14:00:50 +02:00
8 lines
No EOL
262 B
C
8 lines
No EOL
262 B
C
#ifndef HEADER_PUIT
|
|
#define HEADER_PUIT
|
|
|
|
#include "tsock.h"
|
|
int launchPuit(int nombreMessage,int TailleMessage);
|
|
int receiveMultipleData(int nombreMessages, int tailleMessage, int sock, struct sockaddr_in socketStruct);
|
|
int exitMax(int var,int tailleMax);
|
|
#endif |