~ubuntu-branches/debian/experimental/eso-midas/experimental

« back to all changes in this revision

Viewing changes to system/machine/computer.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2015-03-17 15:17:38 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150317151738-04qxxeqm36oful9i
Tags: 15.02pl1.1-1~exp1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
#include <stdio.h>
65
65
#include <signal.h>
 
66
#include <stdlib.h>
66
67
 
67
68
#ifndef NO_FLOAT_H
68
69
#include <float.h>