staging area for moving functions from here to ../lib

This commit is contained in:
David Schleef 2001-05-28 02:38:09 +00:00
parent 8f5391c3ce
commit 229b4cd58c

15
testing/lib.c Normal file
View file

@ -0,0 +1,15 @@
#include <stdio.h>
#include <comedilib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
#include <math.h>
#include <sys/time.h>
#include <string.h>
#include "comedi_test.h"
/* nothing currently */