8 May 2006 01:02
contiki/apps program-handler.c,1.30,1.31
Update of /cvsroot/contiki/contiki/apps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17426 Modified Files: program-handler.c Log Message: Added optional 'Quit' menu entry and confirmation dialog activated by defining PROGRAM_HANDLER_CONF_QUIT_MENU to be 1. Index: program-handler.c =================================================================== RCS file: /cvsroot/contiki/contiki/apps/program-handler.c,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** program-handler.c 12 May 2005 23:55:18 -0000 1.30 --- program-handler.c 7 May 2006 23:02:54 -0000 1.31 *************** *** 49,52 **** --- 49,53 ---- #include <string.h> + #include <stdlib.h> #include "ek.h" *************** *** 76,80 **** --- 77,103 ---- static unsigned char contikidsclast = 0;(Continue reading)
RSS Feed