Hash : 94046104 Author : Thomas de Grivel Date : 2020-02-24T15:19:27
Download
1 2 3 4 5 6 7 8 9 10
#ifndef PW13_BROADCAST_H_INCLUDED #define PW13_BROADCAST_H_INCLUDED 1 #define PW13_BROADCAST_SERVER_PORT 7185 #define PW13_BROADCAST_CLIENT_PORT 7186 char * nieme_str (char *str, int n); #endif /* ndef PW13_BROADCAST_H_INCLUDED */