1: #include "../h/rt.h"
   2: #include <stdio.h>
   3: 
   4: 
   5: main()
   6:    {
   7: 
   8:    double x;
   9:    printf("size of double = %d\n",sizeof(x));
  10:    printf("size of integer = %d\n",sizeof(int *));
  11:    printf("size of descrip = %d\n",sizeof(struct descrip));
  12:    printf("size of b_int = %d\n",sizeof(struct b_int));
  13:    printf("size of b_real = %d\n",sizeof(struct b_real));
  14:    printf("size of b_cset = %d\n",sizeof(struct b_cset));
  15:    printf("size of b_file = %d\n",sizeof(struct b_file));
  16:    printf("size of b_proc = %d\n",sizeof(struct b_proc));
  17:    printf("size of b_iproc = %d\n",sizeof(struct b_iproc));
  18:    printf("size of b_list = %d\n",sizeof(struct b_list));
  19:    printf("size of b_lelem = %d\n",sizeof(struct b_lelem));
  20:    printf("size of b_table = %d\n",sizeof(struct b_table));
  21:    printf("size of b_telem = %d\n",sizeof(struct b_telem));
  22:    printf("size of b_set = %d\n",sizeof(struct b_set));
  23:    printf("size of b_selem = %d\n",sizeof(struct b_selem));
  24:    printf("size of b_record = %d\n",sizeof(struct b_record));
  25:    printf("size of b_tvsubs = %d\n",sizeof(struct b_tvsubs));
  26:    printf("size of b_tvtbl = %d\n",sizeof(struct b_tvtbl));
  27:    printf("size of b_estack = %d\n",sizeof(struct b_estack));
  28:    printf("size of b_eblock = %d\n",sizeof(struct b_eblock));
  29:    }

Defined functions

main defined in line 5; never used
Last modified: 1984-08-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 783
Valid CSS Valid XHTML 1.0 Strict