File: die.h

package info (click to toggle)
aoeui 1.7%2B20160302.git4e5dee9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 532 kB
  • sloc: ansic: 6,860; makefile: 296; 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