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
/
potgo.h
blob
712fba2b6effe1f0ab90ff725a19f49f19c84c1c
1
/*
2
Copyright © 1995-2004, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef PROTO_POTGO_H
7
#define PROTO_POTGO_H
8
9
#ifndef AROS_SYSTEM_H
10
#include <aros/system.h>
11
#endif
12
13
#include <clib/potgo_protos.h>
14
#include <defines/potgo.h>
15
16
#endif
/* PROTO_POTGO_H */