~ubuntu-branches/ubuntu/vivid/xmountains/vivid

« back to all changes in this revision

Viewing changes to calcalt.c

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2008-06-11 19:35:06 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080611193506-f9w3mgbd3zejd4oq
Tags: 2.7-8
Change Build-Depends: xutils-dev. (Closes: #485719)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
#include <stdio.h>
20
20
#include <math.h>
21
 
#include <stdlib.h>
22
21
#include "crinkle.h"
23
22
 
24
23
char calcalt_Id[] = "$Id: calcalt.c,v 2.17 2001/03/30 12:35:32 spb Exp $";