File: CalculatorP.h

package info (click to toggle)
xfireworks 1.3-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 416 kB
  • ctags: 464
  • sloc: ansic: 3,110; makefile: 121; sh: 52
file content (15 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _CalculatorP_h_INCLUDED_
#define _CalculatorP_h_INCLUDED_

#include "Calculator.h"

typedef struct _Calculator {
  int degree_number;
  double * sine;
} _Calculator;

#endif

/*****************************************************************************/
/* End of Program                                                            */
/*****************************************************************************/