Annotation of ADD_ver_10/matrices.h, revision 1.2
1.1 rico 1: /******************************************************************************/
2: /* MÓDULO: matrices.h */
3: /* */
4: /* Prototipos de funciones utilizadas en el módulo 'Matrices.c' */
5: /******************************************************************************/
6: /* Fecha: 16 de septiembre de 2005 */
7: /******************************************************************************/
8:
9:
10: /* MÓDULO 'Notificaciones.c' */
11:
12: void Notificar(char *mensaje, unsigned char accion, unsigned char eco);
13:
14:
15:
16:
17:
18:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>