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]
/
compiler
/
include
/
proto
/
wb.h
blob
58af1525263135321f6609ba95edd6f76024a09c
1
#ifndef PROTO_WB_H
2
#define PROTO_WB_H
3
4
/*
5
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6
$Id$
7
8
Desc: Wrapper for naming anomaly workbench.library <-> wb.h
9
Lang: english
10
*/
11
12
#include <proto/workbench.h>
13
14
#endif
/* PROTO_WB_H */