staging area for moving functions from here to ../lib
This commit is contained in:
parent
8f5391c3ce
commit
229b4cd58c
1 changed files with 15 additions and 0 deletions
15
testing/lib.c
Normal file
15
testing/lib.c
Normal 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 */
|
Loading…
Add table
Reference in a new issue