repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
apps
/
glteapot
/
error.cpp
blob
28e4f24e410fed4f6fa4952477a4cda854fee6f3
1
/*
2
Copyright 1999, Be Incorporated. All Rights Reserved.
3
This file may be used under the terms of the Be Sample Code License.
4
*/
5
6
#include
"error.h"
7
8
void
9
fatalerror
(
const char
*
s
)
10
{
11
printf
(
"FATAL ERROR: %s
\n
"
,
s
);
12
}