repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
append modtype to generated makefiles
[AROS.git]
/
test
/
library
/
getchildvalue.c
blob
45e93129060b27ef8438d1b8d460e490df5afd80
1
/*
2
* This is part of userel.library to check if it can access global variable
3
* defined in pertask.library.
4
*/
5
6
#include
"pertaskvalue.h"
7
8
int
GetChildValue
(
void
)
9
{
10
return
pertaskvalue
;
11
}