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
/
all-unix
/
hostlib
/
hostlib_intern.h
blob
3527dfe52aac5f7e18c072c2b299950e785346bb
1
#ifndef HOSTLIB_INTERN_H
2
#define HOSTLIB_INTERN_H
3
4
#ifndef EXEC_NODES_H
5
#include <exec/nodes.h>
6
#endif
7
8
struct
HostLibBase
{
9
struct
Node hlb_Node
;
10
};
11
12
#endif