~ubuntu-branches/ubuntu/feisty/comedilib/feisty

« back to all changes in this revision

Viewing changes to testing/lib.c

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2003-09-23 18:11:12 UTC
  • Revision ID: james.westby@ubuntu.com-20030923181112-sat05jyh702rb1at
Tags: upstream-0.7.21
ImportĀ upstreamĀ versionĀ 0.7.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include <stdio.h>
 
3
#include <comedilib.h>
 
4
#include <fcntl.h>
 
5
#include <unistd.h>
 
6
#include <sys/ioctl.h>
 
7
#include <errno.h>
 
8
#include <getopt.h>
 
9
#include <ctype.h>
 
10
#include <math.h>
 
11
#include <sys/time.h>
 
12
#include <string.h>
 
13
#include "comedi_test.h"
 
14
 
 
15
/* nothing currently */