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

« back to all changes in this revision

Viewing changes to src/network.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
64
64
 
65
65
#include <stdio.h>
66
66
 
 
67
#ifdef HAVE_STDARG_H
 
68
        #include <stdarg.h>
 
69
#endif /* HAVE_STDARG_H */
 
70
 
67
71
#ifdef HAVE_STDLIB_H
68
72
        #include <stdlib.h>
69
73
#endif /* HAVE_STDLIB_H */