C:/Users/Dennis/src/lang/russell.orig/src/stree/testbitcnt.c

Go to the documentation of this file.
00001 # include "parm.h"
00002 
00003 # include "stmkfields.m"
00004 # include "streedefs.h"
00005 
00006 # include "stformats.h"
00007 
00008 
00009 main()
00010 {
00011         int i;
00012         for( i = 0; i <= 50; i++ ) {
00013                 printf( "kind = %s - # of args = %d \n", kindname(i),
00014                                                                                                  bitcnt(stmkfields[i]) );
00015         }
00016 }

Generated on Fri Jan 25 10:39:48 2008 for russell by  doxygen 1.5.4