/[ascend]/trunk/ascend/utilities/test/test_ascDynaLoad_shlib.c
ViewVC logotype

Contents of /trunk/ascend/utilities/test/test_ascDynaLoad_shlib.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2011 - (show annotations) (download) (as text)
Tue Apr 28 08:58:48 2009 UTC (15 years, 9 months ago) by jpye
File MIME type: text/x-csrc
File size: 272 byte(s)
Moving libascend components from #/base/generic into #/ascend
1 #include <utilities/ascConfig.h>
2 #include "test_ascDynaLoad_shlib.h"
3
4 int value = FALSE;
5
6 int init(void)
7 {
8 value = TRUE;
9 return -5;
10 }
11
12 int isInitialized(void)
13 {
14 return value;
15 }
16
17 void cleanup(void)
18 {
19 value = FALSE;
20 }
21

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22