File: fatal.H

package info (click to toggle)
its4 1.1.1-1
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 388 kB
  • ctags: 546
  • sloc: cpp: 5,769; ansic: 686; sh: 374; makefile: 129; lisp: 4
file content (13 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/* fatal.H
 * John Viega
 *
 * Jan 28-29 2000
 */

#ifndef __FATAL_H__
#define __FATAL_H__

void OutOfMemory();
void Perror(char *arg);

#endif