repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
arch
/
.unmaintained
/
m68k-native
/
privheaders.h
blob
6e90c3e42e59ee559af1c91b13d21114c8f28a25
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
struct
LayersBase
7
{
8
struct
Library lb_LibNode
;
9
10
struct
Library
*
lb_GfxBase
;
11
struct
ExecBase
*
lb_SysBase
;
12
};