repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
tech
/
libsrc
/
dev2d
/
grnull.c
blob
ebfc5104f1fa4c153da01806bec00e3cfa7b4924
1
/*
2
* $Source: s:/prj/tech/libsrc/dev2d/RCS/grnull.c $
3
* $Revision: 1.2 $
4
* $Author: KEVIN $
5
* $Date: 1996/04/30 11:56:51 $
6
*
7
* Null-function placeholder.
8
*
9
* This file is part of the dev2d library.
10
*
11
*/
12
13
#include <dbg.h>
14
15
void
gr_null
(
void
) {}
16
17
void
gr_scream
(
void
)
18
{
19
Warning
((
"gr_scream(): 2d operation not supported.
\n
"
));
20
}