added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / all-unix / hostlib / hostlib_intern.h
blob3527dfe52aac5f7e18c072c2b299950e785346bb
1 #ifndef HOSTLIB_INTERN_H
2 #define HOSTLIB_INTERN_H
4 #ifndef EXEC_NODES_H
5 #include <exec/nodes.h>
6 #endif
8 struct HostLibBase {
9 struct Node hlb_Node;
12 #endif