File: die.h

package info (click to toggle)
aoeui 1.6~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 488 kB
  • sloc: ansic: 6,785; makefile: 222; sh: 11
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
/* Copyright 2007, 2008 Peter Klausler.  See COPYING for license. */
#ifndef DIE_H
#define DIE_H

void die(const char *, ...);
void message(const char *, ...);
void status(const char *, ...);
void status_hide(void);

#endif