File: includes.h

package info (click to toggle)
picp 0.4d-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 272 kB
  • ctags: 444
  • sloc: ansic: 4,614; makefile: 63
file content (25 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
#include <unistd.h>
#include <termio.h>
#include <sys/time.h>
#include <limits.h>
#include <errno.h>
#include <sys/stat.h>

#include "xTypes.h"
#include "xErrors.h"
#include "xFiles.h"
#include "xReport.h"

#include "atoi_base.h"
#include "serial.h"
#include "picdev.h"
#include "parse.h"
#include "record.h"