repo.or.cz
/
AROS-Contrib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
forgotten commit. disabled until egl is adapted.
[AROS-Contrib.git]
/
Demo
/
GLExcess
/
utils.h
blob
818d1c6e28c68592da0ea14b932181fbdf391a90
1
void
getErr
();
2
char
tochar
(
int
);
3
char
*
tostr
(
int
);
4
int
power
(
int
,
int
);
5
int
toint
(
char
*);
6
char
*
buildgamestring
(
int
*);
7