repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert previous incorrect version of commit and recommit correct version to allow...
[AROS.git]
/
rom
/
debug
/
kmaygetchar.c
blob
690776937586d3d6e49445fd78ece737476ca93a
1
/*
2
Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3
$Id$
4
5
Desc:
6
*/
7
8
#include <proto/debug.h>
9
#include <proto/exec.h>
10
11
LONG
KMayGetChar
(
VOID
)
12
{
13
return
RawMayGetChar
();
14
}