[BACK]Return to misc.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / battlestar

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/battlestar/misc.c between version 1.8 and 1.9

version 1.8, 2003/08/07 09:37:02 version 1.9, 2005/07/01 06:04:54
Line 40  __RCSID("$NetBSD$");
Line 40  __RCSID("$NetBSD$");
   
 #include "extern.h"  #include "extern.h"
   
   /* for beenthere, injuries */
 int  int
 card(array, size)               /* for beenthere, injuries */  card(const char *array, int size)
         const char   *array;  
         int     size;  
 {  {
         const char   *end = array + size;          const char   *end = array + size;
         int     i = 0;          int     i = 0;
Line 55  card(array, size)  /* for beenthere, inj
Line 54  card(array, size)  /* for beenthere, inj
 }  }
   
 int  int
 ucard(array)  ucard(const unsigned int *array)
         const unsigned int *array;  
 {  {
         int     j = 0, n;          int     j = 0, n;
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>