File: CalculatorP.h

package info (click to toggle)
xfireworks 1.3-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: ansic: 6,896; makefile: 383; sh: 40
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                                                            */
/*****************************************************************************/