File: file.h

package info (click to toggle)
xoscope 2.0-3.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,760 kB
  • ctags: 1,110
  • sloc: ansic: 9,820; sh: 3,369; makefile: 86; perl: 42
file content (19 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * @(#)$Id: file.h,v 2.0 2008/12/17 17:35:46 baccala Exp $
 *
 * Copyright (C) 1996 Tim Witham <twitham@pcocd2.intel.com>
 *
 * (see the files README and COPYING for more details)
 *
 * file variables and routines available outside of file.c
 *
 */

void
handle_opt(char opt, char *optarg);

void
writefile(char *filename);

void
readfile(char *filename);