Annotation of ADD_ver_10/ficheros.h, revision 1.2

1.1       rico        1: /******************************************************************************/
                      2: /* MÓDULO: ficheros.h                                                         */
                      3: /*                                                                            */
                      4: /* Prototipos de funciones utilizadas en el módulo 'Ficheros.c'               */
                      5: /******************************************************************************/
                      6: /* Fecha: 20 de septiembre de 2005                                            */
                      7: /******************************************************************************/
                      8: 
                      9: 
                     10: extern char *claves[];
                     11: extern char *etiquetas[];
                     12: 
                     13: 
                     14: /* MÓDULO 'Notificaciones.c' */
                     15: 
                     16: void Notificar(char *mensaje, unsigned char accion, unsigned char eco);
                     17: 
                     18: 
                     19: 
                     20: /* MÓDULO 'Auxiliares.c' */
                     21: 
                     22: void CadenaEnsamblador(char *prefijo, char *nemonico, char *operando1, char *operando2, unsigned char notacion, char *cadena);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>