File: INITSTAT.c

package info (click to toggle)
qepcad 1.74%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,828 kB
  • sloc: ansic: 27,242; cpp: 2,995; makefile: 1,285; perl: 91
file content (17 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*======================================================================
                      INITSTAT()

Initialize Statistics.
======================================================================*/
#include "qepcad.h"

void INITSTAT()
{
Step5: /* Statistics on Databases. */
       TMDBMNG = 0;
       TMDBSAV = 0;
       goto Return;

Return: /* Prepare for return. */
       return;
}