labelgen.c

/* [<][>]
[^][v][top][bottom][index][help] */

FUNCTIONS

This source file includes following functions.
  1. getnewnum

   1 int
   2 getnewnum(void)
     /* [<][>][^][v][top][bottom][index][help] */
   3 {
   4   static int num = 0;
   5 
   6   return ++num;
   7 }

/* [<][>][^][v][top][bottom][index][help] */