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
Listtree.mcc: update flags before passing node to display hook
[AROS.git]
/
test
/
library
/
getchildvalue.c
blob
4e878defc39608d453b184e74eb1c549165eb1d7
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
/*
7
* This is part of userel.library to check if it can access global variable
8
* defined in pertask.library.
9
*/
10
11
#include
"pertaskvalue.h"
12
13
int
GetChildValue
(
void
)
14
{
15
return
pertaskvalue
;
16
}