sendrecv.e


/*************************************************************************
*                                                                        *
*   Export: sendrecv.e                                                   *
*                                                                        *
*   realizzato dal Gruppo 17 di Lab2 Anno Accademico 1995/96             *
*                                                                        *
*   Lorenzo     Claudio       Valerio    Riccardo    Emiliano            *
*   Coronati    Lanconelli    Paolini    Solmi       Trentini            *
*                                                                        *
**************************************************************************/
#ifndef _SENDRECV_E
#define _SENDRECV_E

extern void msgSend(/* thr_t *from, thr_t *to, int message */);
extern void msgRecv(/* thr_t *from */);

#endif



[INDICE CODICE]