~ubuntu-branches/ubuntu/precise/typespeed/precise

« back to all changes in this revision

Viewing changes to src/misc.c

  • Committer: Bazaar Package Importer
  • Author(s): Lauri Niskanen
  • Date: 2009-01-23 17:51:57 UTC
  • mto: (4.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090123175157-r913k71fhkt55fxh
Tags: upstream-0.6.5
ImportĀ upstreamĀ versionĀ 0.6.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *  typespeed - measures your typing speed
3
3
 *  Copyright (C) 1999-2003   Jani Ollikainen  <bestis@iki.fi>
4
4
 *                          & Jaakko Manelius  <jman@iki.fi>
5
 
 *  Copyright (C) 2006-2007   Tobias Stoeckmann  <tobias@bugol.de>
 
5
 *  Copyright (C) 2006-2008   Tobias Stoeckmann  <tobias@bugol.de>
6
6
 *
7
7
 *  This program is free software; you can redistribute it and/or modify
8
8
 *  it under the terms of the GNU General Public License as published by
39
39
#include <ctype.h>
40
40
#include <errno.h>
41
41
 
 
42
#ifdef HAVE_STDARG_H
 
43
        #include <stdarg.h>
 
44
#endif /* HAVE_STDARG_H */
 
45
 
42
46
#ifdef HAVE_STDLIB_H
43
47
        #include <stdlib.h>
44
48
#endif /* HAVE_STDLIB_H */