File: lib.c

package info (click to toggle)
comedilib 0.7.22-2.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,376 kB
  • ctags: 2,466
  • sloc: ansic: 16,316; sh: 8,492; ruby: 1,360; makefile: 326; yacc: 262; perl: 257; lex: 79; python: 59
file content (15 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */