File: variables.c

package info (click to toggle)
mgetty 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,872 kB
  • sloc: ansic: 42,728; sh: 6,487; perl: 6,262; makefile: 1,457; tcl: 756; lisp: 283
file content (13 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * variables.c
 *
 * Just defines necessary global variables.
 *
 * $Id: variables.c,v 1.2 1998/09/09 21:07:12 gert Exp $
 *
 */

#include "../include/voice.h"
#include "../include/version.h"

char POS[80];